Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 414 Bytes

proxy_test

Test proxy NTLM authentication with jersey-apache-client4

build a jar with all dependencies with:

mvn clean compile assembly:single

start the tester with:

java -jar target/proxyTest-1.0-SNAPSHOT-jar-with-dependencies.jar [proxy-host]:[proxy-port] [domain] [user] [pass]

Example:

java -jar target/proxyTest-1.0-SNAPSHOT-jar-with-dependencies.jar http://proxy-host:8080 home me secret