Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
/ basic-proxy Public archive

Basic JSON/ string REST request 'proxy' written in go

Notifications You must be signed in to change notification settings

sk0g/basic-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic JSON/ string REST request 'proxy' written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages