proxywoman/README.md
2019-12-07 18:00:50 -06:00

1.3 KiB

Postwoman

Postwoman Proxy

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


A simple proxy server created 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.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.