Custom headers with Netlify #3036
Unanswered
frontendbeast
asked this question in
Q&A
Replies: 1 comment
-
I have some custom headers working just fine on my netlify site. I'm setting via the following lines at the end of my
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I do a
curl
on my HTTP Netlify url I get the custom headers on the 301 redirect but not then 200 response it goes to, and if I load the HTTPS directly I don't get the custom headers at all.Am I right in thinking that adapter-netlify doesn't currently handle any custom headers set via a
_headers
file, and any headers set innetlify.toml
wouldn't work either?Beta Was this translation helpful? Give feedback.
All reactions