Hi all, I'm trying to send a AJAX request to external domain server, which require me to send the request with cookies to use the session feature from the server.
But now every time I send the AJAX request, the cookies is not sent.
According to https://stackoverflow.com/a/7189502
I have to set the `withCredentials` as true to enable this behavior (I tried on jQuery AJAX and it's working), but I found no way to do it with Construct 2 AJAX plugin.
Can anyone help? Please tell me how to to send AJAX request with cookies.