Developer Tools 6 | Web Application Security | Cycubix Docs

Find practical test on our developer tools area under our Web Application Security Essentials section. Try and test how to work with the network tab

Try It! Working with the Network tab

In this assignment you need to find a specific HTTP request and read a randomized number from it. To start click the first button, this wil generate an HTTP request. Try to find the specific HTTP request. The request should contain a field: networkNum: Copy the number which is displayed afterwards, into the input field below and click on the check button.

Solution

⚠️ Contrary to what the hints say, the name of the request is not dummy, but network.

💡 Clear all Requests from the network button, then make the request. The you should be able to figure out, which request holds the data. 💡 The name of the request is "dummy"

  • Open the Development Tools in the browser, and go to the Network tab.

  • On WebGoat click on Go!.

  • Locate the query to network in the Network tab and click on Parameters.

Last updated