adding response header to Jetty config file
- by Sam007
I am trying to add a response header to the Jetty configuration the following command,
Access-Control-Allow-Origin: *
Ok so this Jetty webserver is the base on which Geoserver is running. I asked this question in the GIS forum but no one was able to answer it so I felt I might get the answer here. I wish to add this response to the header to remove the error
Unable to load XMLHttpRequest
I wish to know that under which tags should I wrap this response header and where in the file should I save it.