We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:net_proxy
The proxy module appears to be broken:
Maybe it's time to get rid of the home-made proxy and use a proper lib for that. There is mitmproxy which seems to fit the role.
mitmproxy
Plan is to implement a simple addon that will forward every request through :net_curl module, just like it's done now.
:net_curl
That will be a quick solution to fix SSL support, log output, and to add a few features among which:
It may even be possible to browse the proxy history with mitmweb and to intercept/repeat requests from there.
mitmweb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The proxy module appears to be broken:
Maybe it's time to get rid of the home-made proxy and use a proper lib for that. There is
mitmproxy
which seems to fit the role.Plan is to implement a simple addon that will forward every request through
:net_curl
module, just like it's done now.That will be a quick solution to fix SSL support, log output, and to add a few features among which:
It may even be possible to browse the proxy history with
mitmweb
and to intercept/repeat requests from there.The text was updated successfully, but these errors were encountered: