cors-container

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://jacobclark.xyz
                Secure (TLS): https://cors-container/https://jacobclark.xyz
            
            Optional headers:
            
                rewrite-urls: true (rewrites all relative URLs in the response to match the absolute cors-container URL)