#Set Cookie between 2 Golang on localhost

4 messages · Page 1 of 1 (latest)

south echo
#

I have 2 golang apps on localhost. One is for frontend. One is for API.
When using Postman, the cookie from API is set. But when I using frontend to make a request to the API, no cookie be set. I stucked here, anyone know the solutions? Thank guys!

frail token
#

It's not possible to share cookies between websites

south echo