How can I add a head e.g.
Access-Control-Allow-Origin: http://www.somesite.com
to the response that is sent by the Webdev module?
How can I add a head e.g.
Access-Control-Allow-Origin: http://www.somesite.com
to the response that is sent by the Webdev module?
request[âservletResponseâ].addHeader(âAccess-Control-Allow-Originâ,âhttp://www.somesite.comâ)
Thank you, Jonathon. And, I wanted to find some button to press indicating that this answered my question. But, couldnât find one. Hopefully I havenât missed one.