Darkseal / CORSflare

A lightweight JavaScript CORS Reverse Proxy designed to run in a Cloudflare Worker.
https://www.ryadel.com/en/portfolio/corsflare/
MIT License
153 stars 47 forks source link

Use URL with Parameters #5

Open ReneR97 opened 3 years ago

ReneR97 commented 3 years ago

hey, i'm using your script and everything works fine as long as i only use a domain with no parameters (eg. www.google.com), but for my project i need to fetch data from lets say "https://www.google.com/search?q=test", i activated upstream_allow_override, because the url will change dynamically, but every time i try to use the proxy with for example "https://www.google.com/search?q=test" i get a "Error 1101" by cloudflare.

Is there something i am missing? is this not possible?

Hunam6 commented 3 years ago

Same issue here.