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

https://github.com/buildo/corsproxy

A modified version of gr2m/CORS-Proxy that enables proxying to https URLs
https://github.com/buildo/corsproxy

Last synced: 3 months ago
JSON representation

A modified version of gr2m/CORS-Proxy that enables proxying to https URLs

Awesome Lists containing this project

README

          

# CORS-proxy
A modified version of https://github.com/gr2m/CORS-Proxy that enables proxying to `https` URLs.

CORS-Proxy proxies HTTP(S) requests and adds CORS permissive headers to the response.

## Usage

### Format:

`protocol://cors-container/url-to-proxy`

### Examples:

Insecure: `http://corsproxy.our.buildo.io/http://jsonplaceholder.typicode.com/posts`

Secure (TLS): `https://corsproxy.our.buildo.io/https://jsonplaceholder.typicode.com/posts`