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
@themeinerlp i found a lot of help in this doc - https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/cors/
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 …