Are there Firefox extension (or any other browser) that allow to send arbitrary POST data to a webpage? [closed]

让人想犯罪 __ 提交于 2019-11-28 22:56:57

Yes, there are two I know of:

Mystic

Try Fiddler. From their own documentation:

"The Request Builder allows you to craft custom requests to send to the server. You can either create a new request manually, or you can drag and drop a session from the Web Sessions list to create a new request based on the existing request."


(source: ifinity.com.au)

  • RESTClient : request oriented and user-firendly (runs in a tab, XML answer coloration)

    Development version (works with Firefox 4.b9) here :

    https: //github.com/chao/RESTClient

  • Poster : handling binary data POST (with file loading)

    https: //addons.mozilla.org/fr/firefox/addon/poster/

A fire fox add on named Poster dose exactly that.

I think Fiddler will allow this.

I believe LiveHTTPHeaders can do this (http://livehttpheaders.mozdev.org/).

But you need to first capture an actual GET/POST request, then click "Replay...". There, you can edit your request (including the headers) as you wish.

HTTP Resource Test worked fine.

HttpRequester.. Just Awesonme...

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