Browser DevTools

Going to the network tab in DevTools we can see different requests that are made by the page.

Clicking on any of the requests will show details.

Note: devtools automatically arranges headers into sections. To see them in their original state click the Raw button. Cookies can also be checked in the cookies tab.

Challenge: Navigate through the requests in the network tab of DevTools to see what requests are made by the page, and find the request to the flag.

Last updated