Skip to content
jvsoest edited this page Mar 24, 2015 · 2 revisions

Apache reverse proxy

When using an apache reverse proxy setup (your SPARQL endpoint is hosted internally, using a reverse proxy to publish to the outside world), you may encounter a connection error including "CORS" in the error message.

To overcome this issue, add the following line to your virtual host configuration in the Apache HTTP server:
Header set Access-Control-Allow-Origin "*"

Clone this wiki locally