-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Here is an interesting one for you Ilya.
The original NCSA 1.5 web server responds with "HTTP 200 Document follows" rather than HTTP/1.0.
In recorderloader.py HTTP_TYPES is only looking for 'HTTP/1.0', 'HTTP/1.1'.
Modifying HTTP_TYPES to look for 'HTTP/1.0', 'HTTP/1.1', 'HTTP'
does allow the request web page to replay. I'd add this as a PR but I doubt this is the best idea.
Here is the header from the ARC file in question:
http://www.open.gov.uk:80/ofsted/nursery/rp511200.htm 193.32.28.8 19970616061332 text/html 30594
HTTP 200 Document follows
Date: Mon, 16 Jun 1997 07:09:23 GMT
Server: NCSA/1.5.1
Last-modified: Fri, 09 May 1997 20:24:52 GMT
Content-type: text/html
Content-length: 30414
This is the url in question but you'll only see a 500 error:
I'll share the ARC file with you if I can get permission to release it.
Metadata
Metadata
Assignees
Labels
No labels