Closed jneubert closed 10 years ago
On what YASQE version did you try this? (you can get the version by accessing YASQE.version in js)
I used the current version from the cdn as 1.5.2, and verified that it has loaded from http://cdnjs.cloudflare.com/ajax/libs/yasqe/1.5.2/yasqe.bundled.min.js. Yet, YASQE.version shows 1.5.1. My code is at http://zbw.eu/beta/sparql-gui.
Ah, good to know. My guess is the accept header issue is resolved, but an invalid version is somehow pushed to cdnjs. I'll check it out tonight
gr Laurens
On Mon, Oct 27, 2014 at 11:46 AM, Joachim Neubert notifications@github.com wrote:
I used the current version from the cdn as 1.5.2, and verified that it has loaded from http://cdnjs.cloudflare.com/ajax/libs/yasqe/1.5.2/yasqe.bundled.min.js. Yet, YASQE.version shows 1.5.1. My code is at http://zbw.eu/beta/sparql-gui.
— Reply to this email directly or view it on GitHub https://github.com/YASGUI/YASQE/issues/27#issuecomment-60575161.
Could you check again with the new version? The 1.5.3 version should be available on cdnjs within 15 minutes
hmm, issues with the cdnjs autoupdate functionality. If the 1.5.3 version is still not available via cdn tomorrow, you might better try it by downloading the files from github
It work now perfectly! Thanks a lot - Joachim
ok, excellent ;)
I've tried a construct query with the default value of acceptHeaderGraph, and also setting explicitely
but it looks like "application/sparql-results+json" is requested (and my endpoint choses to return rdf/xml).