spring boot - Http Only Cookie && Unsecured -


i have server api returns unsecured, http cookie set-cookie header. when make subsequent ajax calls http cookie not getting appended server request , hence server rejecting request. while test same api postman/curl works fine.

please let me know needs done browser add cookie request

note :

  • both client , server running on localhost
  • https not configured
  • cookie in question jsessionid created using spring security


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -