How to see all HTTP Get request sent from browser without debugging tool?
问题 so, I have page doing a number of ajax and jsonp(i.e. injection) to get data. I would like to know how to find out the request URL I have made without using debugging tools, like firebug. etc. i.e. the history of GET request of the browser. Thanks 回答1: For the most part, browsers do NOT log a history of their HTTP GET requests. Also, if you're using ajax, you're probably doing HTTP POST requests as well. You don't have to use an in-browser tool like Firebug, but you will need some tool to