Cookies from other domain
Unanswered
Checkered Giant posted this in #help-forum
Checkered GiantOP
Hi, so there are two apps, one I control (A) and one I do not (B). Users log into A and then I send a post request (in a route handler) with their credentials to B that returns a cookie. This cookie grants them access to B however, I cannot set the cookies in B so when they get redirects to B they appear as not logged in. My question is this, is there anyway I can set cookies in the browser for domain B by triggering a post request from A? And If not, if anyone has any recommendations that would be great.