Are there Firefox extension (or any other browser)

2020-02-09 01:15发布

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

8条回答
地球回转人心会变
2楼-- · 2020-02-09 01:51
  • 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/

查看更多
闹够了就滚
3楼-- · 2020-02-09 01:51
女痞
4楼-- · 2020-02-09 01:55

HttpRequester.. Just Awesonme...

查看更多
放我归山
5楼-- · 2020-02-09 02:02

Yes, there are two I know of:

查看更多
Emotional °昔
6楼-- · 2020-02-09 02:05

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."

alt text
(source: ifinity.com.au)

查看更多
在下西门庆
7楼-- · 2020-02-09 02:12

A fire fox add on named Poster dose exactly that.

查看更多
登录 后发表回答