Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wyhaya/corsp

A simple CORS proxy tool
https://github.com/wyhaya/corsp

command-line cors cors-proxy

Last synced: about 1 month ago
JSON representation

A simple CORS proxy tool

Awesome Lists containing this project

README

        

# corsp

> A simple [CORS](//developer.mozilla.org/docs/Web/HTTP/CORS) proxy tool

## Usage

### Start

```sh
corsp -b 1080
# [INFO ] Serving address: 0.0.0.0:1080
```

### Change request

```
http://example.com/api/books
->
http://0.0.0.0:1080/http://example.com/api/books
```