On 13/02/2009, [email protected] <[email protected]> wrote: > > sebb, > > well, I tried the full url (without the parameters), but it doesn't work in > my situation. > I have jmeter 2.3.2 r665936
Parameters are ignored for a GET; you need to include them in the URL, i.e. it must be the *full* URL. This is described in the manual, see the description for the Path parameter: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request > Sander> Date: Fri, 13 Feb 2009 12:30:35 +0000> Subject: Re: HTTP GET with > parameters> From: [email protected]> To: [email protected]> > On > 13/02/2009, [email protected] <[email protected]> wrote:> > >> > Never mind!> > My settings were wrong. I added the complete url in the > Path entry field.> > This does work - in JMeter 2.3.2 one can put the full > URL (this must> start with http:// or https://) in the Path field, or one can > use the> individual fields Server, Port (optional) and Path.> > > Nicely > putting server, port and path in the correct fields will do the trick.> >> > > Sander> From: [email protected]> To: [email protected]> > Subject: HTTP GET with parameters> Date: Fri, 13 Feb 2009 12:02:53 +0000> > > > Hi,> > I am trying to do an HTTP request - GET with three parameters: > version, operation and query.> Running this request will show me in the > result tree:> GET http://edu.xyz.org:80/smo/sru> [no cookies]> Request > Headers:Connection: keep-alive> > It looks like I lost the parameters. The > response is a default XML from the server. Not the records I am expecting.> > > Am I missing something?> Note: I have to work with a GET... POST is not > possible.> > Thanks,> Sander> > > > _________________________________________________________________> De leukste > online filmpjes vind je op MSN Video!> > http://video.msn.com/video.aspx?mkt=nl-nl> >> > > _________________________________________________________________> > Jouw > nieuws en entertainment, vind je op MSN.nl!> > http://nl.msn.com/> > > ---------------------------------------------------------------------> To > unsubscribe, e-mail: [email protected]> For > additional commands, e-mail: [email protected]> > _________________________________________________________________ > Download de nieuwste emoticons voor in je Messenger > http://www.msnmessengerexperience.nl/chuck/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

