I'm trying to pull a large database as a JSON file from a website using the AJAX plug-in.
I've copied the text bellow from the Construct 2 AJAX Plug-in Reference page in the manual.
Making AJAX requests cross-domain or in preview:
"If you want AJAX requests to your server to work from any domain, or in preview, you can configure it to send the following HTTP header:
Access-Control-Allow-Origin: *"
The manual fails to mention how this is executed.
Exactly how do I configure an AJAX request to send a HTTP header such as "Access-Control-Allow-Origin"