Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I check the AJAX request in Chrome

How do I check if an AJAX request has been made in Chrome and how it looks like (e.g. the body, header and so on). Though the browser, not with code.

like image 658
Hevar Avatar asked Nov 15 '25 13:11

Hevar


1 Answers

Follow the steps

  • Open developer console by pressing CTRL + SHIFT + I and go to Network tab.

  • Click on XHR tab( uncheck all other tab to see only ajax) and select URL you want to check(left side).

  • Then You can inspect Header, Cookies, Response etc from respective tab(right side)

Google chrome: chrome

Firefox: firefox

like image 155
Priyesh Kumar Avatar answered Nov 18 '25 19:11

Priyesh Kumar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!