We have some e-commerce services we provide to external customers. For those customers to connect to our site, we need to provide them our server ip’s to enable them to connect outside of their network.
How can we achieve this with Cloudflare when orange cloud is on?
Is there a way for us to whitelist particular customer ip ranges in Cloudflare to allow only listed customers to see our real ip but block everyone else?
Cloudflare can’t do this directly, but you could create a API endpoint that returns the correct IP directly, or an alternate DNS record which returns the API and only provide the name of this host to trusted partners.