Check if a website is making X http request with javascript
问题 I've been searching for a while but all I could find was examples on how to actually make those requests... What I'm trying to do is to check if a website is making an http request after I click a button to X site Ex. http://test.s3.amazonaws.com/test/1.txt I'm guessing there a way to get all the outgoing requests and then filter the list but I can't even get the requests What I've done so far is just inserting the eventlistener to check that X button has been clicked and then is when I'd