kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

Getting it to work on Windows #47

Open mii9000 opened 7 years ago

mii9000 commented 7 years ago

I followed the instructions for Windows. But as soon as I turn on manual proxy. I cannot visit anything on the web and no network data shows up in Betwixt. Is is possible to configure it to listen to a single address like https://localhost:44349?

sdkcarlos commented 7 years ago

I made it work on windows, it was a stupid problem. Being unable to access a website indicates that the proxy doesn't forward the information because it's not receiving anything. Working perfectly on Windows:

windows_webwitx

With the following proxy configuration:

proxy_settings_webwitx

However, there's something wrong on the proxy setup description in the README.MD for Windows, the proxy to use in the image is 8080, and the correct one is 8008, so updating the image in the description would be helpful for new Windows users.

kdzwinel commented 7 years ago

Oh, woops. Good catch - the image should totally be updated. I'll do it in a sec.

kdzwinel commented 7 years ago

Done, thanks @sdkcarlos !!

Zeokat commented 4 years ago

I tryed to configure the proxy on FireFox options (under Windows 7), seems that the proxy doesn't work at all.