cloudflare-cors-anywhere icon indicating copy to clipboard operation
cloudflare-cors-anywhere copied to clipboard

CORS "anywhere" proxy in a Cloudflare worker. DEMO at: https://test.cors.workers.dev/

Results 9 cloudflare-cors-anywhere issues
Sort by recently updated
recently updated
newest added

Do I need to edit these lines at all? I dont seem to have success below is my code https://github.com/Zibri/cloudflare-cors-anywhere/blob/master/index.js#L33 https://github.com/Zibri/cloudflare-cors-anywhere/blob/master/index.js#L38 ``` await this.$axios.$get( `${apiBase}/offers?${searchParams}`, { headers: { "x-authorization": "Bearer...

Hello! I need help with this utility. It works, but if I request a page from another cloudlfare hosted service, I get the cloudflare captcha. It works in the cloudflare...

I just tried this on cloudflare and it's getting 403 Moved Permanently error with null response for access-control-allow-origin. Its because the URL i tried redirects to another URL and that...

If server sets a 302 redirect rule to original links the script doesn't work. Try forexfactory.com as example. Is there a workaround?

Hi. Thanks for the code; it's great. Do you know how I can make this work with the PATCH method? Thanks, Jason

Hello, I do not usually ask for help, I always try to solve things for myself, but at this point I am stuck, at least I need a suggestion. For...

Try to change this part of code , then it works ``` if (typeof cookies != "undefined") { recv_headers["Cookie"] = cookies; } if (typeof host != "undefined") { recv_headers["Host"] =...

Fixes: - [ERROR] Cannot assign to "responseHeaders" because it is a constant - [WARNING] `wrangler publish` is deprecated and will be removed in the next major version.