Re: Use same endpoint URL for both SPARQL query and update

2019-04-27 Thread Andy Seaborne
Use http://fuseki:3030/ds/ When sent to the dataset URL, Fuseki works out which kind of request it is and passes it on the the service if that service is defined (so no /ds/update => this does not make update available by a back door). Treat the fuseki:service* as controls as to whether the s

Use same endpoint URL for both SPARQL query and update

2019-04-27 Thread Martynas Jusevičius
Hi, I want both Fuseki's query and update endpoints on /sparql. I read the answers to this question multiple times: https://stackoverflow.com/questions/39401777/use-same-url-for-both-query-and-update but I still don't get what the solution is? I have pretty much the same setup as the OP: <#ser