javascript - How to send a cross-domain ajax request with cookies - Stack Overflow
To enable cross domain requests with credentials, your server should support CORS. With CORS enabled your client code can add the withCredentials
set to true
to include cookies in the requests.
Read full article from javascript - How to send a cross-domain ajax request with cookies - Stack Overflow
No comments:
Post a Comment