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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T10:37:12.000Z (about 2 years ago)
- Last Synced: 2025-01-28T15:34:24.694Z (3 months ago)
- Topics: command-line, cors, cors-proxy
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 3
- 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
```