This application showcases a simple example of HTTP Forward Proxy using Spring Boot 3
- HTTP Forward Proxy for GET,POST,PUT and PATCH
- Use mvn package to build the module into jar file
mvn clean package
- The following command should be used to run the Java application
java -jar <path to jar that is build from maven>
-The http proxy server will be available in port 8080
- Install docker and docker compose
- Run docker compose
docker compose -f docker-compose.yaml up
- The http proxy server will be available in port 7070
For feedback, please raise issues in the issue section of the repository. Enjoy!!.