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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -