JSPM

  • Created
  • Published
  • Downloads 342
  • Score
    100M100P100Q79833F
  • License GPL-3.0

A simple HTTPS proxy for Node.js with authentication support.

Package Exports

  • @ffflorian/https-proxy

Readme

https-proxy License: GPL v3 npm version

A simple HTTPS proxy for Node.js with authentication support.

Prerequisites

Installation

ℹ️ This is a pure ESM module.

Run yarn global add @ffflorian/https-proxy or npm install -g @ffflorian/https-proxy.

Usage

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