Hi Paul,
On 30/09/14 19:46, Paul Danckaert wrote:
When the server starts I do see both the endpoint and provider in the lists in the log
files, but running the same query through the SPARQL interface simply returns
"No".
Unfortunately the default SPARQL evaluation does not trigger LDCache.
On 30/09/14 13:43, Fabian Cretton wrote:
I made a trial with a marmotta.js based on jquery instead of the
current one. But I got to the same point:
Without security, the calls work, but if I try to specify an http
authentication, the call fails (return status 0).
If you'd find the jQuery releva
HI Fabian,
On 29/09/14 09:01, Fabian Cretton wrote:
request.open(method, _url, true);
if(method=="PUT"||method=="POST")request.setRequestHeader("Content-Type",mimetype);
if(method=="GET")request.setRequestHeader("Accept",mimetype);
request.setRequestHeader("Authorization", "Basic " +
Base64.en
Greetings!
So I have implemented a test client that retrieves data from remote systems,
using the example providers as a skeleton for putting this together. When I
run the tests, I do actually see the RDF data generated and returned as the
tests complete.
My challenge is, I haven't been able
To clarify the context, I am trying the client on my own .html page,
outside of the Marmotta interface.
I made a trial with a marmotta.js based on jquery instead of the
current one. But I got to the same point:
Without security, the calls work, but if I try to specify an http
authentication, the