-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeGate is not reporting the HTTP status correctly #58
Comments
Currently, the timegate should work at the
However, there is definitely a bug in that it returns the url without mp_/ in ref="timegate".
or
|
The problem with using the This is why I would prefer it if the TimeGate URL |
…ectly per-memento spec, return 404 if not found, return latest memento header. do this by performing actual response lookup, but then returning the top frame response if succeeded. addresses ukwa/ukwa-pywb#58
…ectly per-memento spec, (#564) return 404 if not found, return latest memento header. do this by performing actual response lookup, but then returning the top frame response if succeeded. addresses ukwa/ukwa-pywb#58
The expected timegate behavior should now work w/o the |
This is related to #44, #45 but comments there indicate that the TimeGate used to report the status correctly. This seems not to be the case now:
This causes problems with the Memento Aggregator. I think even if we skip it everywhere else, the TimeGate URI should do a lookup and return the right status code.
The text was updated successfully, but these errors were encountered: