You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Manoj Kasichainula <ma...@raleigh.ibm.com> on 1999/04/01 02:41:22 UTC

Re: [PATCH] apache-1.3/src/support/ab.c - sending a cookie

On Tue, Mar 30, 1999 at 08:07:31PM +0000, David Sklar wrote:
> ab -C foo=bar http://www.sklar.com/index.html
> 
> will send along a
> 
> Cookie: foo=bar
> 
> header with the request.

Maybe it would be better to have a generic facility to add header
lines to the request. So:

ap -H "Cookie: foo=bar" http://www.sklar.com/index.html

could add the appropriate Cookie: header. Does this sound good?

-- 
Manoj Kasichainula - manojk@raleigh.ibm.com
IBM Apache Development Team