Re: Service discovery redux - endpoint-based mechanisms

On Fri, 2009-08-14 at 16:57 +0100, Steve Harris wrote:
> However, if the description of http://localhost:8080/sparql/ lives at http://localhost:8080/sparql/?serviceDescription 
> , then you can't use <>, so you have to write something like:
> 
> </sparql> a sparql:Endpoint ;
>     sparql:has sparql:featureA ;
>     ...
> 
> And that will give you an incorrect and unhelpful answer if you  
> request it as https://machine.example.com/myapp/sparql/?serviceDescription

In this case, <../sparql/> would apparently work.

Do you know of cases where http://localhost:8080/sparql/ is rev-proxied
to something like https://machine.example.com/myapp/foo/ ? 
I.e., something not ending with /sparql/?

Jacek

Received on Monday, 17 August 2009 14:11:09 UTC