English 中文(简体)
我如何利用——头盔选择向Siege派出厨师?
原标题:How do I use the --header option to send cookies with Siege?

我刚刚开始利用Siege在新的网络服务器上进行负荷/压力测试。 我试图对我最有资源/表现的手稿进行测试,但文字需要ok。 在围困中使用——头盔选择的适当形式是什么?

我已尝试这样做。

- 围困头盔=“Set-Cookie” PHPSESSID=-COOKIE--;iptoken=-COOKIE--"

我无法找到这方面的文件,因此任何想法/建议都会受到赞赏。

最佳回答

答案是使用<代码>---header=”Cookie: www.un.org/spanish/ga/president

问题回答

暂无回答




相关问题
How to suppress/remove PHP session cookie

I need to suppress an already set session cookie header, but I cannot find any way to do this. Why? I need to make an image, sent by a PHP script, cacheable by the end user; this image is used to ...

Remove Cookies from JS or CSS files

Bizarrely my javascript and css files have cookies (says Firebug). I use Zend Framework and I think it has to do with it. Could I change the .htaccess that CSS or JS files don t link to the ZF or is ...

httplib2, how to set more than one cookie?

As you are probably aware, more often than not, an HTTP server will send more than just a session_id cookie; however, httplib2 handles cookies with a dictionary, like this: response, content = http....

cookies control

what tool wold you recommend me to use in order to see what data are stored in my cookies while i m browsing the net. I m a beginner into webdev field(6 months php experience) and i m curious to see ...

热门标签