Marcus Noble a995ba76bc Bump node
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-08-23 09:15:08 +01:00
2016-04-14 05:46:04 +01:00
2025-08-23 09:15:08 +01:00
2025-08-23 09:14:57 +01:00
2016-04-14 05:46:55 +01:00
2021-03-21 10:13:49 +00:00
2025-08-23 09:11:28 +01:00
2016-04-24 19:54:03 +01:00
2021-03-21 10:11:10 +00:00

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

Description
Super simple CORS proxy supporting most (maybe all?) HTTP verbs.
Readme MIT 193 KiB
Languages
HTML 70.1%
JavaScript 18.8%
Makefile 10.4%
Dockerfile 0.7%