An open API service indexing awesome lists of open source software.

https://github.com/caseywebdev/cors-proxy

A simple HTTP(S) CORS proxy.
https://github.com/caseywebdev/cors-proxy

Last synced: over 1 year ago
JSON representation

A simple HTTP(S) CORS proxy.

Awesome Lists containing this project

README

          

# CORS Proxy

A simple HTTP(S) CORS proxy.

# Usage

Run the server.

```bash
PORT=12345 node .
```

Make a request. The path is the URL of the proxy target.

```bash
curl localhost:12345/https://www.google.com
```