-
Notifications
You must be signed in to change notification settings - Fork 16
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
SPARQL query via POST directly not supported #47
Comments
R43ples supports also query via POST. I tested it with your query and got the same error:
But when I remove the backslashes from your query everything works fine:
Can you please test the second query without backslashes and give me a notice if it this also works for you? |
You are not using query via POST directly but query via POST with URL-encoded parameters Here is my curl command: curl -X "POST" "http://localhost:9998/r43ples/sparql" \
-H "Content-Type: application/sparql-query" \
-d "select (count(*) as ?count) from <urn:testData> where {?s ?p ?o .}" Same error as before... |
Thank you for reporting this missing feature. The issue should be fixed in the branch feature/query-post-directly Can you confirm this? |
R43ples does not support query via POST directly:
The text was updated successfully, but these errors were encountered: