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
Items that are in use (SCU locked) give different errors depending on how they are accessed. Accessed as normal, gives a 200 response that contains, in the replay iframe, this message:
Archived Web Page Locked
The page you have requested is currently in use. Please try again later.
In contrast, accessing the mp_ frame URL directly gives a different page with a 403 response and with the same text but with a header like the calendar pages.
The former should at least respond with the same HTTP status code as the iframe, not a 200.
The text was updated successfully, but these errors were encountered:
@anjackson before I delve into reproducing this, do you know it still to be an issue? I note the code seems to indicate the message is only shown for 403s:
The issue description was wrong, so I've re-written it. I think this might be a long-standing issue, where the outer frame/banner page does not report the embedded page status. This is related to webrecorder/pywb#549
This is an example page you can try, using the DEV deployment of the Reading Room stack:
Items that are in use (SCU locked) give different errors depending on how they are accessed. Accessed as normal, gives a 200 response that contains, in the replay
iframe
, this message:In contrast, accessing the
mp_
frame URL directly gives a different page with a 403 response and with the same text but with a header like the calendar pages.The former should at least respond with the same HTTP status code as the iframe, not a 200.
The text was updated successfully, but these errors were encountered: