A simple proxy server created for https://postwoman.io
Find a file
2019-12-18 18:08:52 +00:00
icons Add Windows support 2019-12-18 18:08:52 +00:00
inputbox Add Windows support 2019-12-18 18:08:52 +00:00
libproxy Add Windows support 2019-12-18 18:08:52 +00:00
notifier Add Windows support 2019-12-18 18:08:52 +00:00
resources Add Windows support 2019-12-18 18:08:52 +00:00
server Add Windows support 2019-12-18 18:08:52 +00:00
.gitignore Add Windows support 2019-12-18 18:08:52 +00:00
build.sh Add Windows support 2019-12-18 18:08:52 +00:00
go.mod Add Windows support 2019-12-18 18:08:52 +00:00
go.sum Add Windows support 2019-12-18 18:08:52 +00:00
main.go Add Windows support 2019-12-18 18:08:52 +00:00
README.md Add Windows support 2019-12-18 18:08:52 +00:00

Postwoman

Postwoman Proxy

API request builder - Helps you create your requests faster, saving you precious time on your development.


A simple proxy server created by @NBTX for Postwoman and hosted by ApolloTV.

Demo 🚀

https://postwoman.io

Building

These build scripts are for macOS/Linux systems. Currently, Windows build scripts have not yet been created.

  • For macOS desktops:
$ ./build.sh darwin
  • For Linux desktops:
$ ./build.sh linux
  • For Windows desktops:
$ ./build.sh windows
  • For servers:
$ go build server/server.go

Usage

To use the proxy on a server, clone the package and use:

$ ./server --host="<hostname>:<port>" --token="<token_or_blank>"
  • The host and token parameters are optional. The defaults are as follows:
  • host: localhost:9159
  • token: blank; allowing anyone to access (see below)

NOTE: When the token is blank it will allow anybody to access your proxy server. This may be what you want, but do keep that in mind.