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. > 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]

