A simple HTTPS proxy for Node.js with authentication support.
ℹ️ This is a pure ESM module.
Run yarn global add @ffflorian/https-proxy
or npm install -g @ffflorian/https-proxy
.
Usage: https-proxy [options]
A simple HTTPS proxy for Node.js with authentication support.
If password and username are not set, no authentication will be required.
Options:
-p, --password <password> set the password
-P, --port <port> set the port (default: 8080)
-t, --target <url> set the target URL to forward users to
-u, --username <username> set the username
-v, --version output the version number
-h, --help output usage information