Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Accessing a certain page immediately redirects you elsewhere. Browsers automatically follow redirects, so think about how to inspect the response body before that happens.
curl or Burp Suite let you stop automatic redirects
Try accessing the URL with curl without the -L option
The browser DevTools Network tab can also show the pre-redirect response