Super simple CORS proxy supporting most (maybe all?) HTTP verbs. https://cors-proxy.cluster.fun/https://bbc.com
转到文件
Marcus Noble 1ac634fd4d Added missing logo 2021-03-21 10:13:49 +00:00
.gitignore Initial commit 2016-04-14 05:46:04 +01:00
Dockerfile Added webpage 2021-03-21 10:11:10 +00:00
LICENSE Create LICENSE 2016-04-14 05:46:55 +01:00
Makefile Update makefile 2020-05-08 15:05:36 +01:00
README.md Added webpage 2021-03-21 10:11:10 +00:00
index.html Added webpage 2021-03-21 10:11:10 +00:00
index.js Added webpage 2021-03-21 10:11:10 +00:00
logo.png Added missing logo 2021-03-21 10:13:49 +00:00
package.json Added npm start script 2016-04-24 19:54:03 +01:00

README.md

CorsProxy

A proxy enabling CORS headers on responses, supporting most (maybe all?) HTTP verbs.

Usage

  1. npm install
  2. node index.js
  3. 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.

E.g. node index.js --port=8080