Request Monitoring in Chrome

后端 未结 9 2020
南旧
南旧 2020-11-22 08:29

In Firefox, I use Firebug which allows me to view every http request my ajax calls are making. I\'ve switched over my development to Chrome and am liking it so far. My onl

9条回答
  •  一个人的身影
    2020-11-22 09:06

    Open up your DevTools and press F1 to access the settings. Look for the console section and check the checkbox for "Log XMLHttpRequests".

    Now all of your ajax and other similar requests will be logged in the console.

    I prefer this method because it usually allows me to see everything that I'm looking for in the console without having to go to the network tab.

提交回复
热议问题