Zero Trust with Cloudflare Pages
Good evening, i deploy my static web panel with cloudflare pages, and my api use zero trust, i try use a route tunnel with redirect to https://examplepanel.pages.dev
for use https://panel.example.com/api/intranet/ and https://panel.example.com, it's possible ? currently gets 403 forbidden
2 Replies
Set the host header and SNI to
examplepanel.pages.dev
as well - but please keep in mind doing this is inefficient and slower since all traffic will be routed through your running cloudflared instance and then to pages, rather than serving pages directly.Thank uuu so muchh!!!
In another case, how i can make better?