0

我需要一个浏览器插件来向网页发送连续的 http post 请求。

4

4 回答 4

5

将重物放在F5键上,并确保启用键重复。

于 2011-02-04T19:54:12.157 回答
1

这篇文章有一些工具和 Firefox 插件

http://www.webresourcesdepot.com/15-free-functionality-and-load-testing-tools-for-web-applications/

于 2011-02-04T19:56:04.780 回答
1

Chrome 有Auto-Reload,而 FireFox 有ReloadEvery

于 2011-02-04T19:56:11.967 回答
0

It's not a browser plugin but cURL in a shell script or batch file loop would probably do the trick. It's a command-line tool for sending HTTP (and FTP, and other network protocol) requests.

于 2011-02-04T20:03:14.020 回答