theicfire / makefiletutorial

Learn make by example

Home Page:http://makefiletutorial.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite redirects prevent access to site

myersjustinc opened this issue · comments

I tried to visit the site today and encountered a redirect loop—https://makefiletutorial.com/ 301s to itself:

$ curl --HEAD 'https://makefiletutorial.com/'
HTTP/2 301
date: Fri, 22 Sep 2023 16:03:53 GMT
content-type: text/html
location: https://makefiletutorial.com/
x-github-request-id: 7628:2424:A71BCB:F7B4DE:650DADA1
accept-ranges: bytes
via: 1.1 varnish
age: 3400
x-served-by: cache-chi-klot8100057-CHI
x-cache: HIT
x-cache-hits: 1
x-timer: S1695398634.956117,VS0,VE1
vary: Accept-Encoding
x-fastly-request-id: 1d429a81f19b38b5e0684ec0315709a1cf0afc9c
cf-cache-status: DYNAMIC
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=%2FCopSq2xMM83HLSoN10nQdyRmcegqQXn1rzerlfWD5G58%2BvXaRoPuIR7z4CjkfdoPrsWyGTTk5zhMiBlNrBpK8AvqcC%2FXnXT9yJI4DOkeekAJdU2QUp%2FM4eLS1b%2FSwwRu2ba%2FUctjw%3D%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 80abc7d6281510d3-ORD
alt-svc: h3=":443"; ma=86400

(https://www.makefiletutorial.com/ redirects to the above, as do (ultimately) the two domains over plaintext HTTP, so none of those works either.)

The Wayback Machine had a successful capture on Sept. 9, so the breaking change must have been relatively recent.

Oh gosh thank you, fixed!

Thanks so much!