The manual states to:
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: *
it is not clear to me what goes where when setting this up? This does not work.
Parameters for AJAX: Set request header
Header "Access-Control-Allow-Origin:*"
Value ""
How exactly should I be filling this out?