question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mitmweb 2.0.1 not working under Chrome 58

See original GitHub issue
Steps to reproduce the problem:
  1. start mitmweb
  2. open the mitmweb web page in Chrome 58
  3. no visible content
Any other comments? What have you tried so far?

It’s working fine under Chrome 57.0.2987.133 and Firefox I was able to show the interface by playing with the answers from http://stackoverflow.com/questions/31211359/ (added the meta tag from http://stackoverflow.com/a/35273628/19756 to the index.html template), but I still have some warnings in the console:

WARNING:tornado.access:404 GET /static/vendor.js.map (10.162.60.254) 0.00ms WARNING:tornado.access:404 GET /static/app.js.map (10.162.60.254) 0.00ms WARNING:tornado.access:404 GET /static/vendor.css.map (10.162.60.254) 1.00ms WARNING:tornado.access:404 GET /static/app.css.map (10.162.60.254) 1.00ms

System information

Chrome 58.0.3029.81 (64-bit)

mitmweb --version Mitmproxy version: 2.0.1 (release version) Python version: 3.5.2 Platform: Windows-8.1-6.3.9600-SP0 SSL version: OpenSSL 1.1.0e 16 Feb 2017 Windows version: 8.1 6.3.9600 SP0 Multiprocessor Free

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mhilscommented, Apr 28, 2017

Ok, I checked and Chrome does follow the spec: ws://* does not specify a port, so it actually expands the expression to the default port (ws://*:80), which does not match our ws://localhost:8081/. The short-term workaround is to run mitmweb on port 80 (--wport). We’ll push a patch release nonetheless.

0reactions
spwertcommented, May 18, 2017

Forced page reload did the trick, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Source - GitHub
13 December 2020: mitmproxy 6.0.1 * Fix flow serialization in mitmweb. ... Fix mitmweb's Content-Security-Policy to work with Chrome 58+ * HTTP/2: actually ......
Read more >
python-mitmproxy-3.0.4-bp152.3.19
Update to version 3.0.3 * A minor release that actually includes the fix meant for ... Fix mitmweb's Content-Security-Policy to work with Chrome...
Read more >
Configure mitmweb with chrome - mitmproxy
First, choose and install a proxy for the client you wish to use. Chrome has many options. Many of them are available as...
Read more >
Security Changes in Chrome 58 - What You Need to Know
This allows domains to be registered that look just like legitimate domains. A proposal for browsers to not be display IDNs has been...
Read more >
Downloads
6.0.2. 6.0.1. 6.0.0. 5.3.0. 5.2. 5.1.1. 5.1.0. 5.0.1. 5.0.0. 4.0.4. 4.0.3. 4.0.2. 4.0.1. 4.0.0. 3.0.4. 3.0.3. 3.0.2. 3.0.1. 3.0.0. 2.0.2. 2.0.1. 2.0.0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found