Hi @EvertonSa2 ,If headers work in publish-<env>.adobeaemcloud.com but not in your public PROD URL, the issue is ALWAYS in your CDN or WAF (e.g., Fastly, Akamai, CloudFront, Cloudflare).
Try below steps:
1. Test from curl (public domain)
Run:
curl -I https://your-production-domain.com
Check if he...