Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarchehab98/http-forward-proxy
https://github.com/omarchehab98/http-forward-proxy
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/omarchehab98/http-forward-proxy
- Owner: omarchehab98
- Created: 2019-10-20T06:49:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:05:18.000Z (about 2 years ago)
- Last Synced: 2024-10-31T18:52:06.374Z (2 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP Forward Proxy
Server-side only proxy for a website. Re-writes URLs in HTML body so that the user remains on the
proxy domain.## Usage
```
PORT=3000 npm start http://proxy.com https://censored.com
```