web-page-replay
web-page-replay copied to clipboard
DEPRECATED - Use WebPageReplayGo instead:
Issues: 1. Certification wpr_cert.pem installation on Android N devices 2. Is "Signature Algorithm: sha1WithRSAEncryption" sufficent for it to work on Android N devices? If not, would there be a new...
My apologies for using the issue tracker for asking a question but I could not find a mailing list or an IRC channel. Are there any channels available besides the...
I've had to patch httproxy like this to enable using real fetches on matching URLs in replay mode. Is there a reason this can't be done using a rule? The...
``` /usr/local/opt/openssl/include/openssl/x509.h:751:15: note: previous declaration is here X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev); ^ 1 error generated. error: command 'clang' failed with exit status 1 ``` - https://github.com/pyca/pyopenssl/issues/276 - https://github.com/cloudera/hue/issues/205 Updating `pyOpenSSL` resolves...
OS: OS X 10.11 & Ubuntu 14.04 Command: > sudo ./replay.py --record ~/archive.wpr Whenever I try to open a web page, I see the "404 not found" page on the...
By default, each SSL certificate error generates a full traceback. This is pretty pointless, since we know that all SSL requests are going to have certificate errors.
Command being used: > $ ./replay.py --record archive.wpr --should_generate_certs I've also tried: > $ ./replay.py --record archive.wpr --no-ssl but it does not load the page. It seems I need to...
From https://github.com/catapult-project/catapult/issues/2953 During replay: ssl_proxy._SetUpUsingDummyCert.handle_servername() invokes handler.server.get_certificate() https://github.com/chromium/web-page-replay/blob/841e12ec929a615bffeeec758668e9bd4686e952/sslproxy.py#L41 httpproxy.get_certificate() invokes http_archive.get_server_cert() https://github.com/chromium/web-page-replay/blob/841e12ec929a615bffeeec758668e9bd4686e952/httpproxy.py#L403 http_archive.get_server_cert() invokes certutils.get_host_cert(host) if the certificate does not exist already: https://github.com/chromium/web-page-replay/blob/841e12ec929a615bffeeec758668e9bd4686e952/httparchive.py#L435 certutils.get_host_cert(host) makes the connection to live host...
Content-length in 'headers' is changed, but 'original_headers' is saved in the archive now.
This is an enhancement request to add HTTP 2.0 support to web-page-replay to be able to test websites that server HTTP 2.0 content.