Return to Snippet

Revision: 30994
at August 27, 2010 00:07 by therobot


Initial Code
httperf --server localhost --server-name foo.com --uri / --add-header 'Authorization: Basic XXXXXX=\n' --num-conns 200 --rate 20

Initial URL


Initial Description
Auth header (the XXXXXX part) is obtained with:

python
>>> import base64
>>> base64.encodestring('user:pass)

Initial Title
Http auth with httperf

Initial Tags


Initial Language
Bash