wyhaya / corsp

A simple CORS proxy tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corsp

A simple CORS proxy tool

Usage

Start

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

About

A simple CORS proxy tool


Languages

Language:Rust 100.0%