I want to setup the following Infrastructure, however I have issues with MITMProxy. Client --https--> MITMproxy --http--> squid --https--> Internet So
I'd like to get flow like this one on the picture. Is there any way to intercept all HTTP request within a docker container, modify their headers and then send
Let's say I have an addon that modifies a response from specific endpoints, like the one provided in the documentation example: https://docs.mitmproxy.org/stabl
I have problem adding new cookies that are only visible to the client in reverse proxy mode of mitmproxy. There seems to be little documentation or examples tha