A proxy server written in go that supports [GET, POST] for XML or Json requests
- Clone repo
- create .env file in directory, set port and GIN_MODE
- go build
- go run ./main.go
todo
- Call either /proxy or /proxy_xml depending on request body
- Set header (proxy_url) with destination URL
- Enjoy
- Callback support