Join Discord
Powered by
I'm trying to implement CORS proxy (copy of https:...
# functions
b
boojum
11/19/2021, 10:20 AM
I'm trying to implement CORS proxy (copy of
https://developers.cloudflare.com/workers/examples/cors-header-proxy
really) via Pages Functions. The example repo is here -
https://gitlab.com/b00jum/marketplace
, deployed to
https://marketplace-9xy.pages.dev/
. The idea is to fire the cors proxy function on any requests containing
/corsproxy
segment in the url path. But I think that I got function routing wrong as I'm getting 404. I would appreciate any debugging pointers!
Previous
Next