Firebug: Inspect POST from webpage

孤者浪人 提交于 2019-12-13 19:34:20

问题


Can I use Firebug to inspect a post request sent by a webpage to a server and if so how?

I am refering inspecting a regular POST made using a form, but would also be interested in knowing how to inspect posts using javascript.

Thanks


回答1:


Of course you can do that. The Net panel allows you to expand every request related to a website. For a POST done via AJAX you can set the XHR filter to see only those requests.

If you expand a request by clicking on it, you'll get all the information related to it.

Sebastian



来源:https://stackoverflow.com/questions/16195788/firebug-inspect-post-from-webpage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!