web-page-replay
web-page-replay copied to clipboard
DEPRECATED - Use WebPageReplayGo instead:
Another place where recording https archives through proxy is not working yet. I have a patch that uses httpclient.get_connection (made public) to get a connection and use that connection to...
This patch strips the spaces from the header, which makes otherwise equivalent headers fail to match.
Use TLS SNI extension in the client, if pyOpenSSL is available. This fixes resource fetches to https servers that require the extension. These are typically cdn servers. Example of such...
Support reading DNS settings from NetworkManager on Linux. Call nmcli-tool to get the DNS settings. On Ubuntu 12.04, NetworkManager is setup by default to run dnsmasq on 127.0.0.1:53. This causes...
How is the page load time measured after replaying request from `archive.wpr`? I see there is a chrome extension and app engine app to manage the results. But the chrome...
Is there a way to tell the WPR proxy to replay each response with the same network delays as observed in the original execution? e.g., if a request for CSS...
The "date", "expires", and "last-modified" headers are served unchanged from when they were recorded. It would make more sense to update "date" to the present, and update "expires" and "last-modified"...