Skip to content

helllth/proxy_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test proxy NTLM authentication with jersey-apache-client4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages