-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Recently I have become more familiar with RFC8297, which details the HTTP 103 (Early Hints) status code.
In an effort to be transparent, an aggregator might want to expose the sources being queried, for example:
> curl -I https://memgator.example.com/timemap/cdxj/https://odu.edu
HTTP/1.1 103 Early Hints
Link: <https://archive1.com/timemap/link/https://odu.edu; rel=timemap
Link: <https://archive2.org/timemap/link/https://odu.edu; rel=timemap
Link: <https://three.myarchive.net/web/timemap/cdxj/https://odu.edu; rel=timemap
...In extending the aggregation concept, revealing the sources at query time would be useful. My anticipated use case might be to poll for the sources used, perhaps based on the then-current sleep status of each respective archive.
It is not an entirely well-formed notion but I thought I would put forth the idea for discussion.
phonedude
Metadata
Metadata
Assignees
Labels
No labels