Change href in the new HTML interface to relative path
The latest version with the improved HTML interface on the sparql endpoint has an issue with the 'send query' button since it uses an absolute path.
The query send via button always go to [base_url]/sparql?query...
However we are providing that interface via a proxy at /system/sparql - the absolute path in the button href sends all the queries into the void!
Can this be changed to use a relative path like the old HTML interface did? Cheers!
We are looking into this and will report back with update on what can be done ...
I have committed an initial fix to the develop/7 branch.
Please note that this only fixes the Execute button.
Note that other parts of the code that still reference /sparql and we have not made a decision on fixing those.