You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
This is a very contrived example, but you might imagine a useful reason to do this - say you using cloudworker as an api gateway, and developing one service locally but you want to access another one remotely.
Unfortunately this results in an error because Cloudworker sets CF-Connecting-IP which causes the Cloudflare proxy to return a 403 (DNS 1000 error page).
We use Cloudworker locally, and it is great... but sometimes want to fetch a remote Cloudflare resource. Something like this:
This is a very contrived example, but you might imagine a useful reason to do this - say you using cloudworker as an api gateway, and developing one service locally but you want to access another one remotely.
Unfortunately this results in an error because Cloudworker sets
CF-Connecting-IP
which causes the Cloudflare proxy to return a 403 (DNS 1000 error page).^^^ the 404 is expected in this contrived example
Would it make sense to add a way to suppress these headers?
The text was updated successfully, but these errors were encountered: