Hi, I am trying to use LodView with this SPARQL endpoint and the Accept header application/json check in app.py is too strict and does not allow the following Accept header sent by LodView (Apache Jena API):
application/sparql-results+json, application/sparql-results+xml;q=0.9, text/tab-separated-values;q=0.7, text/csv;q=0.5,application/json;q=0.2,application/xml;q=0.2,*/*;q=0.1
This seems like a valid Accept header, but it is rather complex, so we should maybe try and find some python package (fastAPI?) to do the parsing for us?
Regards, Barry
Hi, I am trying to use LodView with this SPARQL endpoint and the Accept header
application/jsoncheck in app.py is too strict and does not allow the followingAcceptheader sent by LodView (Apache Jena API):This seems like a valid
Acceptheader, but it is rather complex, so we should maybe try and find some python package (fastAPI?) to do the parsing for us?Regards, Barry