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
QGIS 'Network Logger' (F12) shows an Accept header set to application/xml
querying that URI in a application such as PostMan with Accept header set to application/xml leads to fetching the wrong serialization from a linked data registry. it should be application/rdf+xml (in an XML paradigm)
but we cannot fix it to application/rdf+xml as it will have a side impact when we ask for application/gml+xml
idea
either ask the client in the GUI
or try various Accept values (like what normal web client do) : application/xml, application/rdf+xml
The text was updated successfully, but these errors were encountered:
no need to pass a 'format' parameter, just real conneg
in a 'XML' view of the world, "application/rdf+xml" should be your choice.
It makes sense the server does not know what yo do with application/xml as there is no obvious XML serialization for the linked data content available (note : I wrote XML" not "RDF/XML").
What do you mean by ' original XML' in your message above ?
Environment
Description
To Reproduce
Steps to reproduce the behavior:
Attached file: BoreholeView_Instance.zip
-> Python error
"XML parsing error" : The external resource is not a well formed XML
Expected behavior
Additional context
QGIS 'Network Logger' (F12) shows an Accept header set to application/xml
querying that URI in a application such as PostMan with Accept header set to application/xml leads to fetching the wrong serialization from a linked data registry. it should be application/rdf+xml (in an XML paradigm)
but we cannot fix it to application/rdf+xml as it will have a side impact when we ask for application/gml+xml
idea
The text was updated successfully, but these errors were encountered: