Are there Firefox extension (or any other browser)

2020-02-09 01:46发布

问题:

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 7 years ago.

I want to test the security of a website of mine and I would love to have an application that is able to send POST data, if it's even possible..

Thanks

回答1:

Yes, there are two I know of:

  • Tamper Data

  • Modify Headers



回答2:

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)



回答3:

  • 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/



回答4:

A fire fox add on named Poster dose exactly that.



回答5:

I think Fiddler will allow this.



回答6:

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.



回答7:

HTTP Resource Test worked fine.



回答8:

HttpRequester.. Just Awesonme...