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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -