Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
basic-http-proxy
Advanced tools
Basic HTTP/S proxy that simply works. Support both HTTP and HTTPS.
Type npm install basic-http-proxy -g
to install.
There are few ways to use the proxy:
Type proxy
and it will start listening to port 8080
.
To configure it to run under port 8888
, set environment variable PORT
to 8888.
You can also run the proxy inside another Node.js program.
require('basic-http-proxy')({
port: 8080
});
The proxy server can be run under Docker with node:alpine
image.
docker build -t proxy .
docker run -d -p 8080:8080 proxy
To configure the behavior of the proxy, you can either specify in environment variable, or thru JSON object.
Env var name | JSON name | Description | Default |
---|---|---|---|
PORT | port | Port the server will listen to | 8080 |
Check out this list for planned features.
Like us? Star us.
Found a bug? File us an issue.
FAQs
Basic HTTP/S proxy that simply works
The npm package basic-http-proxy receives a total of 0 weekly downloads. As such, basic-http-proxy popularity was classified as not popular.
We found that basic-http-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.