I was reading this security documentation ( https://jena.apache.org/documentation/fuseki2/fuseki-security.html) today and had a small question.
Basically, I would like be able to make PUT, POST, DELETE requests from localhost, while restricting public access to the SPARQL endpoint (requests NOT originating from localhost) to GET only requests. My question is whether according to the above documentation that is the default configuration. The docs say: "In its default configuration, SPARQL endpoints are open to the public but administrative functions are limited to localhost." More concretely my question is, are PUT, POST, and DELETE requests considered "administrative" functions? Thanks jw
