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

A JVM agent that automatically forces a proxy for HTTP(S) connections and trusts MitM certificates, for all major JVM HTTP clients

Results 4 jvm-http-proxy-agent issues
Sort by recently updated
recently updated
newest added

I run: ``` eval "$(curl -sS localhost:8001/setup)" HTTP Toolkit interception enabled ``` now when running java but not all I get this error: ``` Picked up JAVA_TOOL_OPTIONS: -javaagent:"/Applications/HTTP Toolkit.app/Contents/Resources/httptoolkit-server/overrides/java-agent.jar"=127.0.0.1|8000|/Users/max/Library/Preferences/httptoolkit/ca.pem -javaagent:"/Applications/HTTP...

I tried the .jar with my change on a demo project using Spring Boot and everything worked fine. After, I tried the same project in .war + Wildfly 26.0.1.Final and...

would be great if the agent would NOT print to standard out as it otherwise affect normal execution. I would suggest to print to stderr instead or stdout and have...