LinkedDataEventStreams icon indicating copy to clipboard operation
LinkedDataEventStreams copied to clipboard

Hypermedia URIs should be relative URIs

Open sandervd opened this issue 1 year ago • 1 comments

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.

sandervd avatar Aug 24 '23 14:08 sandervd