RDFLib / prez

Prez is a data-configurable Linked Data API framework that delivers profiles of Knowledge Graph data according to the Content Negotiation by Profile standard.
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Add a POST endpoint for the /sparql passthru feature. #239

Closed ashleysommer closed 4 days ago

ashleysommer commented 4 days ago

When Prez is behind Azure APIM, all URL query args are limited 2048 characters long. sparql queries should not really be sent with GET requests anyway. Add a POST endpoint for the /sparql passthru feature. This causes the proxied query to the graph db to be called as a POST too