jvm-http-proxy-agent icon indicating copy to clipboard operation
jvm-http-proxy-agent copied to clipboard

How to set the ip or hostname to not go through the proxy.

Open 666asd opened this issue 1 year ago • 2 comments

666asd avatar Aug 22 '24 02:08 666asd

Hi @666asd, I'm afraid that's not supported. PRs welcome if you're interested - this is definitely possible, but it might be quite a lot of work and it's not something I need personally so I'm unlikely to implement this myself.

It depends on your use case, but if you're using an intercepting mitm proxy like HTTP Toolkit, you may be able to use TLS passthrough options and similar as an alternative (to define hostnames within the proxy whose traffic is forwarded untouched, as if it was sent directly).

pimterry avatar Aug 22 '24 09:08 pimterry

I have the same requirement. I just want to monitor and print out the HTTP request information issued by the online application without the need for a proxy.

Dwiyer avatar Aug 23 '25 02:08 Dwiyer