gomitmproxy
gomitmproxy copied to clipboard
Simple golang mitm proxy implementation
Hey, I stumbled upon a very interesting GO extension this afternoon, it seems to avoid a lot of code changes in Gomitmproxy and implement the function of adding a transparent...
First of all, I am very grateful to the [AdguardTeam](https://github.com/AdguardTeam) team for giving so many excellent open source projects, from which I have learned a lot. Recently, I have been...
Do you have any plans to support http2 proxy?
HTTP proxy OnRequest change the body . but get error info : ```` routines:CONNECT_CR_SRVR_HELLO:wrong version number ```` if I dont change anything, all fine. need some help thanks.
Hello, Thank you for open sourcing this excellent library! I am starting to play with it and have noticed an issue with the [sample code](https://github.com/AdguardTeam/gomitmproxy/blob/master/examples/mitm/main.go) that suggests an issue in...
`gomitmproxy.NewProxy` starts out as follows: ```go // NewProxy creates a new instance of the Proxy func NewProxy(config Config) *Proxy { proxy := &Proxy{ Config: config, transport: &http.Transport{ // This forces...
Hi my problem if req.URL.Host is no hostname req.URL.Host is ip adress `if req.URL.Host == "google.ru"` not work how to use hostname in this code?
Greetings, and thanks for providing this library. While getting set up with the examples, I managed to crash the proxy server because I did not pass the CA cert to...
`[error] id=100013-1: failed to round trip: x509: certificate is not valid for any names, but wanted to match example.com`