In Chrome, how can I see what AJAX requests are being made?
In Firefox I use Firebug and I can see any background AJAX request that are made.
In Chrome, visit a URL(such as https://www.google.com ), right click, select Inspect to open the developer tools. Select Network tab. Reload the page, select any HTTP request on the left panel, and the HTTP headers will be displayed on the right panel.
Open the developer tools with Ctrl-Shift-i, or via the menu at Wrench/Tools/Developer tools:
Click on the Network Tab:
Click on the "XHR" link at the bottom of the list to filter the results to only AJAX requests:
Click on a request at the left to select it and use the "Headers", "Content", "Cookies" and "Timing" tabs for that request to see more details:
You can use the button in the bottom left of the tools to open the tools in their own window if you like.
Here's what works for me on Linux and Windows 10:
F12
to open developer tools If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With