How to control user agent usage of sponger resources. In this case, HTTP connections to Linked Data transformation URLs.
More often than not, you would like to control access to your Sponger instance.
... [HTTPServer] ServerThreads = 100 MaxRestrictedThreads = 50 ...
This value sets an HTTP connection threshold for URLs consumed by user agents over http:
. The remainder are exclusively accessible to user agents that present WebID? watermarked X.509 certificates.
cartridges
package is configured to use the HTTPS Listener from above:
http://id.myopenlink.net/dataspace/person/demo#this
http://google.com/
http://google.com/
:
SPARQL SELECT * FROM <http://google.com/> WHERE { ?s ?p ?o }; s p o VARCHAR VARCHAR VARCHAR ________________________________________________________ 0 Rows. -- 0 msec.
http://host:port/about/html/http://google.com/
https://host:ssl-port/about/html/http://google.com/