Skip to content

making/http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Proxy

./mvnw clean package -DskipTests=true
java -jar target/http-proxy-0.0.1-SNAPSHOT.jar

Change downstream url

DOWNSTREAM_URL=https://www.yahoo.co.jp java -jar target/http-proxy-0.0.1-SNAPSHOT.jar
curl -H "Host: www.yahoo.co.jp" localhost:8080 -v

Dump server request

SERVER_LOG_LEVEL=DEBUG DOWNSTREAM_URL=https://www.yahoo.co.jp java -jar target/http-proxy-0.0.1-SNAPSHOT.jar

Dump client request

CLIENT_LOG_LEVEL=DEBUG DOWNSTREAM_URL=https://www.yahoo.co.jp java -jar target/http-proxy-0.0.1-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages