#Set Cookie between 2 Golang on localhost
4 messages · Page 1 of 1 (latest)
It's not possible to share cookies between websites
https://stackoverflow.com/a/12394459 check this
I try to store token as response then save in cookies but when the request made, in API server, I still can not read the token, it’s doesn’t exist on request. Can you suggest other solutions?