Can Cloudflare Workers Specify Outgoing IP Region?
I am using a Cloudflare Worker to fetch data from a third-party service. However, the service only accepts requests from specific IP regions, and it appears that my Worker's outgoing IP is being blocked. Is there any way to configure Cloudflare Workers to use a specific outgoing IP region? Alternatively, are there any workarounds that can ensure my requests originate from the desired region?
1 Reply
I believe a way is to make a D1 database in a region and bind it to your worker. If that doesn't work then you need enterprise to have static outbound IPs