Hi,
is there any way to whitelist an IP from Cloudflare Access (bypass login page) ?
(curl calls from server for example).
Thanks.
Hi,
is there any way to whitelist an IP from Cloudflare Access (bypass login page) ?
(curl calls from server for example).
Thanks.
Use Service Tokens which you can put in headers (https://developers.cloudflare.com/cloudflare-one/identity/service-auth/service-tokens/) or the cURL
command within cloudflared
(https://developers.cloudflare.com/cloudflare-one/tutorials/cli/#curl)
But, if neither of those work for you, you can achieve your desired IP whitelist by making another policy on that Access application with a Bypass action & having the selector be your originating IP address.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.