質問

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