パス部分が /index.html で終わるURLが与えられた。
このURLから index.html を削ってアクセスしてみると、以下の項目を含むXMLデータが現れた。
An URL whose path ends with /index.html was given.
I tried accessing the URL with index.html removed, finding an XML data that contains this element:
これをもとに、index.html を buckets/.notaflag に置き換えたURLにアクセスしてみると、flagが表示された。
Seeing this, I tried accessing the URL with index.html replaced to buckets/.notaflag, seeing the flag displayed.