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
- Host: GitHub
- URL: https://github.com/buildo/corsproxy
- Owner: buildo
- Created: 2016-09-05T14:40:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T09:18:04.000Z (over 8 years ago)
- Last Synced: 2025-01-21T03:41:36.445Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://corsproxy.our.buildo.io/
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`