I have 3 domains that need to work along...
My flow basically works like this:
- The user goes to A.com
- A.com sets a cookie and redirect to B.com
- B.com ajaxs calls need to send the cookie on requests to C.com
How "can I"/"should I" implement this behavior?
I set the xhrFields "withCredentials: true" in B.com ajax, but inspecting the request using fiddler, no cookies are sent...
Ps: im kinda lost... if extra info needed pls ask!