cors-container proxies HTTP(S) requests and adds CORS permissive headers to the response.
Usage:
Format:
protocol://cors-container/url-to-proxy
Examples:
Insecure: http://cors-container/http://some-insecure-endpoint.com
Secure (TLS): https://cors-container/https://some-secure-endpoint.com
Optional headers:
rewrite-urls: true (rewrites all relative URLs in the response to match the absolute cors-container URL)