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
Over in the forum there is an example of a web page that is being archived, which links to an MP4 which in turn redirects to a new location, but where the redirect is not archived, but the content from the redirected content is. You can reproduce this problem by
Click on the MP4 button next to the first video EXH 103 - Behind the Scenes on Election Night House Select January 6th Committee Final Report...
Once archiving is idle, stop recording and open the archive in ReplayWebPage
Try to view the video that you archived, but notice you get a Archived Page Not Found error.
Look for https://www.govinfo.gov/content/pkg/GPO-J6-VIDEO-EXH-103/video/GPO-J6-VIDEO-EXH-103.mp4 in the CDX index and WARC data (they don't appear to be there).
You will notice that a new tab is opened when you click on the MP4 button, and that the server sends a redirect to a new location. Perhaps there is a hitch in how HTTP 302 messages are recorded when they are the result of a new tab opening? Or perhaps recording is confused by an HTTP 302 response that (erroneously) has Content-Type is application/mp4?
… a redirect, create an implicit redirect record instead of re-fetching in browser
async fetch: allow adding synthetic redirect response instead of trying in browser, if all that's needed is the redirect record itself
should fix#137
Over in the forum there is an example of a web page that is being archived, which links to an MP4 which in turn redirects to a new location, but where the redirect is not archived, but the content from the redirected content is. You can reproduce this problem by
Supporting Materials - Video Exhibits
EXH 103 - Behind the Scenes on Election Night House Select January 6th Committee Final Report...
Archived Page Not Found
error.https://www.govinfo.gov/content/pkg/GPO-J6-VIDEO-EXH-103/video/GPO-J6-VIDEO-EXH-103.mp4
in the CDX index and WARC data (they don't appear to be there).You will notice that a new tab is opened when you click on the MP4 button, and that the server sends a redirect to a new location. Perhaps there is a hitch in how HTTP 302 messages are recorded when they are the result of a new tab opening? Or perhaps recording is confused by an HTTP 302 response that (erroneously) has Content-Type is
application/mp4
?I have an example here.
The text was updated successfully, but these errors were encountered: