How do I POST to a web page using Firebug?
相关问题
- Angular RxJS mergeMap types
- HTML form is not sending $_POST values
- Google Apps Script: testing doPost() with cURL
- How to instantiate Http service in main.ts manuall
- POST Base64 encoded data in PHP
相关文章
- C#使用http访问网络,有办法用指定网卡访问网络嘛?
- 请大神帮忙 post向https接口发送数据 部署到服务器为什么运行一会后就会报空指针
- WCF发布Windows服务 POST方式报错 GET方式没有问题 应该怎么解决?
- 用 $.ajax POST 请求数据报错
- 设备发送一个http post请求,接收不到
- Is a unicode user agent legal inside an HTTP heade
- git: retry if http request failed
- Flutter - http.get fails on macos build target: Co
Another powerful Firefox plugin to perform post request and some more features is the Hackbar.
You can send POST request to any page by opening console (e.g. in FireFox ctrl + shift + k) and typing simple JS:
Got here looking for a Firebug way of doing this. Then I realized that I could use Fiddler. This is the most powerful tool I know when it comes to debugging web requests.
Click the Composer tab and write your request as desired - then click Execute.
HTTP resource test is a firefox plugin that can do this.
NO NEED of plugins !!
Just drag any url in BOOKMARK BAR, then right click and EDIT, and insert javascript code:
then enter the target site-link, and click that button in BOOKMARK BAR! That's all!
( source: https://stackoverflow.com/a/38643171/2377343 )
Related: To resend a POST already made, right click the POST request in the Net/XHR view and click "Resend".
Using Firebug 1.12.0: