Webページへのリンクが与えられた。
ページには旗の画像があり、クリックすると「fetch failed with status code 403」と表示された。
admin=false というCookieを伴って /private/flag.txt を要求していることがわかった。
この admin=false を admin=true に書き換え、「編集して再送信」することで、flagが得られた。
A link to a web page was given.
The page had an image of a flag. Clicking the image yielded a message "fetch failed with status code 403".
Using the Developer Tool on /private/flag.txt is requested with a Cookie admin=false.
I used "Edit and Resend" with changing this admin=false to admin=true, and obtained the flag.