Triply-Dev / YASGUI.legacy

Yet another SPARQL GUI
http://legacy.yasgui.org
MIT License
44 stars 8 forks source link

Spurious 500 errors with localhost endpoint #268

Open LaurensRietveld opened 10 years ago

LaurensRietveld commented 10 years ago

I'm using YASGUI to query my own application, running on localhost. It seems that on the first time I query a dataset, Yasgui tries to query it through its own server, which makes no sense with localhost... Indeed, on that first attempt, I get a 500 error. On all subsequent attempts, YASGUI queries my server directly and everything works fine.

Note that this could be considered an acceptable annoyance (it only happens on the first attempt). But in my application, every resource acts as a SPARQL endpoint, so I get this annoying behaviour each time a query a new resource :-(

UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0