Sesame SPARQL Read Only Endpoint

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 ...

+5
source share
1 answer

, HTTP-. . Tomcat.

, , . HTTP-, , POST, PUT DELETE URL-, SESAM- REST.

SPARQL POST URL repositories/<REPID>/statements, . , , , Graph Store (repositories/<REPID>/rdf-graphs/*).

+5

All Articles