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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -