On 17/03/2008, sebb <[EMAIL PROTECTED]> wrote: > On 17/03/2008, Bob Cotton <[EMAIL PROTECTED]> wrote: > > > > I am extracting URLs from an xml payload using the XPath extractor. The > > URL's have the correct hostname port etc in them for the test. > > > > Next I want to do an HTTP GET on the extracted url, but not use the HTTP > > defaults or have to parse the path part off the URL. > > > > How can I do a simple get on a complete URL? > > > > > It's not possible currently; the HTTP Sampler requires the URL to be > provided in separate fields. >
The next release of JMeter will check the path field: if it starts with http[s]://, then the path will be treated as the full URL. > > Thanks for all the help > > -Bob > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

