TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
185 stars 55 forks source link

No 'Access-Control-Allow-Origin' #116

Closed mhabsaoui closed 4 years ago

mhabsaoui commented 7 years ago

Hi,

As my YASGUI instance (running on an apache server) and Jena-Fuseki TripleStore's server are running on the same host (localhost), I expected to avoid CORS limitations. Seems not...

Failed to load http://localhost:3030/db1/sparql: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:1888' is therefore not allowed access.

I suppose I do have to config CORS on Jena-Fuseki Server (https://github.com/OpenTriply/YASGUI/issues/65) ??

BTW, the Jena-Fuseki TripleStore's server is password protected on access to its admin. interfaçe...

Thanks.

mhabsaoui commented 7 years ago

Well, it seems as I have checked if it's already activated on Jena-Fuseki dist. Binary. Seems not on the version I use (apache-jena-fuseki-2.3.0), but it is on latest version apache-jena-fuseki-3.4.0 as below

image

I'll update it and tell back...

LaurensRietveld commented 4 years ago

If this is still a problem, please create a new issue