SEMICeu / LinkedDataEventStreams

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

Hypermedia URIs should be relative URIs #41

Open sandervd opened 1 year ago

sandervd commented 1 year 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 1 year 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,