Hi all,

I would like to submit queries to the SPARQL endpoint using the POST method to 
avoid payload limits with GET. For some reason, Virtuoso is not able to 
identify the query in the message body. An example:

$ curl -X POST -H "Accept:text/html" --data "select distinct ?Concept where {[] 
a ?Concept} LIMIT 100" http://localhost:8890/sparql
Virtuoso 22023 Error The request does not contain text of SPARQL

Am I doing something wrong here? Or should I use a different method?

Thank you.

--
Luís

Sent with [ProtonMail](https://protonmail.com) Secure Email.
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to