Thanks. I’m using Netlify, so this is in a .toml file, but I should be good.
[[headers]]
for = "/.well-known/*"
[headers.values]
Access-Control-Allow-Origin = "*"
i your [[redirects]] after to = "", you can add a new line with:
headers = { } to add the ACAO
Please Login to reply.
actually: https://answers.netlify.com/t/netlify-does-not-send-custom-headers-in-a-redirect-file-using-https-in-the-to/25773/14
quote: This returns the 301 response but with the “x-from: Netlify” header. If there are other questions, please let us know.
GOOD NOW!