Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returning a json response in IE<10 #5

Open
wood-chris opened this issue Dec 16, 2015 · 0 comments
Open

Returning a json response in IE<10 #5

wood-chris opened this issue Dec 16, 2015 · 0 comments

Comments

@wood-chris
Copy link

In IE8/9, requesting a JSON response from snorql gives a "Do you want to open or save..." prompt, as opposed to displaying the text in the browser. Example:

Using the following query in http://dbpedia.org/snorql/

SELECT * WHERE {
  ?a ?b ?c
} LIMIT 10

and selecting json results in this URL, which in Chrome and Firefox shows the json response in the browser. Trying this in IE9 results in:

Do you want to open or save sparql (2.60 KB) from dbpedia.org?

Would adjusting the headers of the json response fix this, or is it more complicated than that?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant