CORS and Zero Trust Tunnels

I have a API gateway and use zero trust to tunnel the requests on my server. Now on my backends i set some CORS headers but the headers is not showing up on the frontend. What can i do to get the headers on the questions or for pre-flight ?
1 Reply
crossbeau
crossbeau2y ago
CORS · Cloudflare Zero Trust docs
Cross-Origin Resource Sharing ( CORS ) is a mechanism that uses HTTP headers to grant a web application running on one origin permission to reach …

Did you find this page helpful?