You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this conversation, we should consider putting the HTTP status code and perhaps also the payload digest (if known) in the Memento TimeMap. e.g.
...
<https://www.webarchive.org.uk/wayback/archive/20151106002344/http://www.bl.uk/>; rel="memento"; datetime="Fri, 06 Nov 2015 00:23:44 GMT",
<https://www.webarchive.org.uk/wayback/archive/20151106004051/http://www.bl.uk/>; rel="memento"; datetime="Fri, 06 Nov 2015 00:40:51 GMT",
...
could be something like...
...
<https://www.webarchive.org.uk/wayback/archive/20151106002344/http://www.bl.uk/>; rel="memento"; datetime="Fri, 06 Nov 2015 00:23:44 GMT"; status="404",
<https://www.webarchive.org.uk/wayback/archive/20151106004051/http://www.bl.uk/>; rel="memento"; datetime="Fri, 06 Nov 2015 00:40:51 GMT"; status="200",
...
This information is generally in the CDX index/service so it should be easy enough to add.
Are there any downsides?
EDIT: I've just realised one possible source of issues. The time-map return the status code from the CDX, i.e. from the original server, but our service can override that to return a 451 status. In our case, this doesn't really matter because we work at URI-resolution, so the whole timemap 451, but if anyone blocks individual instances of a resource this will lead to problems. Not sure anyone does that though?
The text was updated successfully, but these errors were encountered:
Following this conversation, we should consider putting the HTTP status code and perhaps also the payload digest (if known) in the Memento TimeMap. e.g.
could be something like...
This information is generally in the CDX index/service so it should be easy enough to add.
Are there any downsides?
EDIT: I've just realised one possible source of issues. The time-map return the status code from the CDX, i.e. from the original server, but our service can override that to return a 451 status. In our case, this doesn't really matter because we work at URI-resolution, so the whole timemap 451, but if anyone blocks individual instances of a resource this will lead to problems. Not sure anyone does that though?
The text was updated successfully, but these errors were encountered: