문제

In firebug when you send an ajax request from console, it will display the HTTP request in the console tab. This is not true for chrome. Is there any way to force console tab of Google Chrome to show HTTP request and response in the same way that Firebug does?

도움이 되었습니까?

해결책

In the Chrome DevTools settings, you can enable the "Log XMLHttpRequests" option: https://developers.google.com/chrome-developer-tools/docs/settings#console

To display the information of your request, you have to click the URL of your request.

Florent

다른 팁

Yep, Chrome too have developer tools, press Ctrl+Shift+I or via menu to open it, browse to Network tab of it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top