Rating:

The challenge provides a URL to a domain with a file that simply contains the text `Nothing`. After poking around a bit at headers and cookies, I started on enumeration and checked the classic `/robots.txt`. Sure enough, this led me to `/sup3rsecr3T.txt` which had the flag in a `flag` response header.

flag{Header_HTTP_Rulessss}

Original writeup (https://nullcasa.github.io/ctf-metared-stage1-2022/).