Monitoring a Page for a GET Request
![]() |
I’m trying to run a script that loads a website and monitors the resulting network traffic for all get requests whose URLs match a specific pattern. Right now, I can pluck the URLs manually from the Network tab under Developer Tools in my browser, but I’d like to automate this process. Is there a command-line tool that will do what I’m asking? Note that I’m not looking for something like submitted by /u/CuriousHippieGeek |