Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 411 Bytes

File metadata and controls

19 lines (15 loc) · 411 Bytes

Basic Proxy

A proxy server written in go that supports [GET, POST] for XML or Json requests

Installation

  1. Clone repo
  2. create .env file in directory, set port and GIN_MODE
  3. go build
  4. go run ./main.go

Configuring SSL

todo

Basic Usage

  1. Call either /proxy or /proxy_xml depending on request body
  2. Set header (proxy_url) with destination URL
  3. Enjoy

Todo

  • Callback support