You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I send a request to /sparql/ with Content-Type: application/sparql-query and the unencoded request as the request body, RedStore erroneously concludes the request is malformed, complaining:
Response: Bad Request - Missing query string.
But with this query form, not query string are required, although there may be some, as stated in 2.1.3 query via POST directly:
[…] Clients may include the optional default-graph-uri and named-graph-uri parameters as HTTP query string parameters in the request URI. […]
The text was updated successfully, but these errors were encountered:
I have not done any work on RedStore for quite a long time, so I am unlikely to make time to fix this. If you are able to create a Pull Request (ideally with a test), then I will be happy to review it.
Be warned that there also hasn't been a release of Redland since 2013.
But (on the second point) Redland ins't dead, isn’t it? Thanks for the hint anyway, I will care when I will read the W3C references on the covered standards.
When I send a request to
/sparql/
withContent-Type: application/sparql-query
and the unencoded request as the request body, RedStore erroneously concludes the request is malformed, complaining:But with this query form, not query string are required, although there may be some, as stated in 2.1.3 query via POST directly:
The text was updated successfully, but these errors were encountered: