You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "*"