Thanks both of you for the quick reply! On 6/26/20 6:11 PM, Andy Seaborne wrote:
It seems to work for me (current version) (not checked with "-n")
The authentication with -n works, given that I can create and delete datasets.
Which version are you running?
Version 3.15.0.
1/ Try the dataset URL : "http://localhost/triplestore/crawl"
Same results with $ curl -n admin "http://localhost/triplestore/crawl" -X POST --data-binary @data.nq -v --header "Content-Type: application/n-quads" and $ curl -n admin "http://localhost/triplestore/crawl" -X POST --upload-file data.nq -v --header "Content-Type: application/n-quads"
2/ Could you try running the server with "-v"? (Hard in Tomcat) It details the HTTP interaction.
It's not really localhost but an externally managed server. Given you say it should work in principle, I will have to inquire whether there is something fishy going on with HTTP proxying on the server side. Cheers, Andreas.
