SEMICeu / LinkedDataEventStreams

The Linked Data Event Streams specification
https://tree.linkeddatafragments.org/linked-data-event-streams/
23 stars 9 forks source link

Hypermedia URIs should be relative URIs #41

Open sandervd opened 10 months ago

sandervd commented 10 months ago

When outputting hypermedia URIs that will be dereferenced by the client, as an LDES server, it would be best (rfc 2119 SHOULD?) to make those relative URIs.

This will allow for transparent proxy mappings without the need for proxy to rewrite any content. As relative URIs are interpreted relative to the URL of the document they occur on, this will effectively resolve any potential proxy issues.

pietercolpaert commented 9 months ago

Not sure whether this is something that must be added to the spec, or whether this is just an implementation detail of a server,