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
No description
2 Replies
Erisa
Erisa6d ago
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.
sergiot
sergiot6d ago
Thank uuu so muchh!!! In another case, how i can make better?