Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wyhaya/corsp
- Owner: wyhaya
- Created: 2022-06-20T11:47:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T09:03:03.000Z (about 2 years ago)
- Last Synced: 2023-03-02T12:25:49.263Z (almost 2 years ago)
- Topics: command-line, cors, cors-proxy
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```