Statement

Resolution
On the home page, there is just this message. Nothing else.

In the response of the main page, there is a “refresh” header with a url inside.

On this new page, there is this message.

There is a “time” cookie set.

If I set the value of the cookie to 0 and refresh the page, the message changes.

Since we have to wait for an “eternity”, I set the “time” cookie to a high negative value (-1e1000000) and refresh the page.
We get the flag !!

This challenge is an introduction to the concept of headers and cookies. I hope you have learned something with this writeup 😊.