You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's working for browsers, then I suppose its not a Netlify issue, but strange that cURL would be the one not handling it correctly?
Either way, while its good browsers are picking it up, would be good to know why this is happening so as not to avoid any possible issues with SEO or searches as we get closer to the day of the festival.
The text was updated successfully, but these errors were encountered:
thescientist13
changed the title
Netlify redirect Location header now returning new domain
Netlify redirect Location header not returning new domain for cURL requestsa
May 2, 2024
thescientist13
changed the title
Netlify redirect Location header not returning new domain for cURL requestsa
Netlify redirect Location header not returning new domain for cURL requests
May 2, 2024
Summary
After instrumenting AnalogStudiosRI#139 as part of #1 , I can confirm browsers are correctly redirecting from
www.blissfestri.com
->www.blissri.com
But
cURL
is showing something different?✗ curl -I https://www.blissfestri.com/ HTTP/2 301 content-type: text/plain; charset=utf-8 date: Thu, 02 May 2024 15:48:51 GMT location: https://blissfestri.com/ server: Netlify strict-transport-security: max-age=31536000 x-nf-request-id: 01HWWZX0EGFXAFPQW2QRRNCJSR
Details
If it's working for browsers, then I suppose its not a Netlify issue, but strange that
cURL
would be the one not handling it correctly?Either way, while its good browsers are picking it up, would be good to know why this is happening so as not to avoid any possible issues with SEO or searches as we get closer to the day of the festival.
The text was updated successfully, but these errors were encountered: