How can I prevent the OpenRDF Sesame 2.6.5 (INSERT / DELETE) RDF store from being saved through the SPARQL endpoint?
"Select" requests will be executed through POST requests.
Deny (through the Apache Tomcat configuration files for Sesame WARs) the following SPARQL HTTP endpoint URLs:
HTTP: / local: 8080 / openrdf-sesame / Repositories / test / Update ...
and
HTTP: / local: 8080 / openrdf-workbench / Repositories / test / Update ...
source
share