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
Post a Comment