kdzwinel / betwixt

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

replacing http-proxy with http-mitm-proxy #31

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

I've replaced http-proxy with http-mitm-proxy which is much better fit for this project. The biggest win? HTTPS support!

Things I've fixed BTW:

andrewhamon commented 8 years ago

:+1:

kdzwinel commented 8 years ago

you can use this branch today, it requires a bit of manual work to setup but works well. For instructions see: https://github.com/kdzwinel/betwixt/issues/3#issuecomment-168119462 . I plan to (finally) merge this branch in the following week.