Added webpage

This commit is contained in:
2021-03-21 10:11:10 +00:00
parent e514f3088b
commit 37ee6a3091
4 changed files with 119 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
# CorsProxy
Super simple CORS proxy supporting most (maybe all?) HTTP verbs.
![CorsProxy](logo.png)
> A proxy enabling CORS headers on responses, supporting most (maybe all?) HTTP verbs.
# Usage
@@ -7,6 +8,6 @@ Super simple CORS proxy supporting most (maybe all?) HTTP verbs.
1. `node index.js`
1. Navigate to `http://localhost:8000/http://www.example.com`
To change the listening port either set the `PORT` environment variable to pass it in as an argument.
To change the listening port either set the `PORT` environment variable to pass it in as an argument.
E.g. `node index.js --port=8080`