python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use Set-Cookie header attribute
I have a client-server application, and I'm trying to set the access and refresh tokens as cookies in the browser. I set the response headers on the server side and the response looks like this:
The ...
Radu Hrihoreanu
Votes: 0
Answers: 0
Angular Set-cookies session must be same for frontend... (response header)
Alert: I Change the spelling of some keywords cos it sends it into spam.
I am working on a project on which I need to keep backend as spring boot and frontend as Angular 8 . Now when I send a request ...
MaaHii
Votes: 0
Answers: 0
Cookies not settings when sending request between frontend and backend on different IPs
I am making an authorization part of app, where the frontend is being run on ip1, while backend is on ip2, which is written using NestJS
Here is the code of main.ts file in my backend
const file = re...
kyrylolv
Votes: 0
Answers: 0
Rails + Devise returning duplicate set-cookie response headers
I'm using Devise + Devise JWT with on API-only instance of Rails (7.0.2). We are using secure-cookies to pass our auth token to the frontend and noticed that the response we get after signing in has d...
hummmingbear
Votes: 0
Answers: 0