rsatrio / HTTP-Forward-Proxy-Spring-Boot

HTTP Forward Proxy Using Spring Boot 3

Repository from Github https://github.comrsatrio/HTTP-Forward-Proxy-Spring-BootRepository from Github https://github.comrsatrio/HTTP-Forward-Proxy-Spring-Boot

HTTP Forward Proxy Using Spring Boot

This application showcases a simple example of HTTP Forward Proxy using Spring Boot 3

Features

  • HTTP Forward Proxy for GET,POST,PUT and PATCH

Build

Using Maven

  • 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

Using Docker Compose

  • 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

Feedback

For feedback, please raise issues in the issue section of the repository. Enjoy!!.

About

HTTP Forward Proxy Using Spring Boot 3

License:MIT License


Languages

Language:Java 94.4%Language:Dockerfile 5.6%