Re: Service discovery redux - endpoint-based mechanisms

Jacek Kopecky wrote:
> 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/
>   
I couldn't tell you offhand, but obviously nothing prevents it.

- Steve

Received on Thursday, 20 August 2009 21:21:37 UTC