简体   繁体   English

HTML发布请求参数

[英]HTML Post Request Parameters

Is there any way one can find out what the post request parameters are being sent to a website from Firefox ? 有什么办法可以找到将发帖请求参数从Firefox发送到网站的方法? I tried using HTTPFox plugin, though it shows the request is post, but I want to know the post parameters and their values. 我尝试使用HTTPFox插件,尽管它显示请求为post,但我想知道post参数及其值。

Eg : http://www.farfetch.com/shopping/women/dresses-1/items.aspx#ps=2&pv=180&oby=5 , when "next" is pressed what is the request call being made ? 例如: http : //www.farfetch.com/shopping/women/dresses-1/items.aspx#ps=2&pv=180&oby=5 ,当按下“下一步”时,正在进行什么请求调用?

尝试Firebug ,在控制台选项卡中,您将找到您的请求,单击它后将获得所有信息

You should definitely get Firebug . 您肯定应该得到Firebug It's a Firefox plugin that adds tons of utilities for web development. 这是一个Firefox插件,为Web开发添加了大量实用程序。

Once it's installed, the button will appear on the navigation toolbar. 安装完成后,该按钮将出现在导航工具栏上。 Click on it, go into the Net tab and enable it. 单击它,进入“网络”选项卡并启用它。

You'll see the requests appearing in the panel as they are being made: just click on one of them and it will expand showing more details. 发出请求时,您会在面板中看到它们:只需单击其中一个,它将展开以显示更多详细信息。 If it is a POST request, it will have a sub-tab named "Post" that will show you the content of the request. 如果是POST请求,它将有一个名为“ Post”的子选项卡,它将向您显示请求的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM