cors-proxy icon indicating copy to clipboard operation
cors-proxy copied to clipboard

Simple Node.js-based CORS Proxy

Results 8 cors-proxy issues
Sort by recently updated
recently updated
newest added

Target-URL is the header value not Target-Endpoint

The documentation says to add a 'Target-Endpoint' header to the request. However, the code (line 22) is looking for a header named 'Target-URL'

GitLab accepts formData, i am looking for sending it from webpage. But this lib only accepts jsons

The documentation and the returned 500 error refer to `Target-Endpoint` header while in the code `Target-URL` is retrived

When I try to use any other value other than the wildcard "*" it fails pre-flight. How to set the value for our internal domain when the origin can be...