You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Mike Stover <ms...@apache.org> on 2001/06/13 22:31:50 UTC

Re: [PATCH] adding HTTP header

Giacomo,
     Thanks for the submission.  Your patch is now in CVS and appears to be 
working.  

Additionally, I've added a proxy server to CVS.  Currently, if you run it, 
and set your browser to use your localhost, port 8080 as it's proxy server, 
it will record your requests and generate XML files with the information from 
your requests.  For advanced users, go ahead and take a look.  It's very 
rough but appears to work for most requests.  I'll be working more on it 
soon, and will make some hooks directly into JMeter's GUI to control it.  
Anyone who wants to use it right now, however, will have to read through the 
source code.  The main class is 
org.apache.jmeter.protocol.http.proxy.Daemon.java

Have fun!

-Mike

On Wednesday 13 June 2001 21:41, giacomo wrote:

> > Hi all
>
> I recently had the need to define custom headers for HTTP testing with
> jmeter.
>
> I've attached a file that contains the additional sources an a patch
> file to make jmeter have a HeaderManager.
>
> Giacomo


-- 
Mike Stover
mstover1@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


Re: [PATCH] adding HTTP header

Posted by giacomo <gi...@apache.org>.
On Wed, 13 Jun 2001, Mike Stover wrote:

> Giacomo,
>      Thanks for the submission.  Your patch is now in CVS and appears to be
> working.

Thanks.

> Additionally, I've added a proxy server to CVS.  Currently, if you run it,
> and set your browser to use your localhost, port 8080 as it's proxy server,
> it will record your requests and generate XML files with the information from
> your requests.  For advanced users, go ahead and take a look.  It's very
> rough but appears to work for most requests.  I'll be working more on it
> soon, and will make some hooks directly into JMeter's GUI to control it.
> Anyone who wants to use it right now, however, will have to read through the
> source code.  The main class is
> org.apache.jmeter.protocol.http.proxy.Daemon.java

Cool. I'll have a look at it soon.

Giacomo

>
> Have fun!
>
> -Mike
>
> On Wednesday 13 June 2001 21:41, giacomo wrote:
>
> > > Hi all
> >
> > I recently had the need to define custom headers for HTTP testing with
> > jmeter.
> >
> > I've attached a file that contains the additional sources an a patch
> > file to make jmeter have a HeaderManager.
> >
> > Giacomo
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org