RE: Filter server names in HTTP Proxy

2010-07-20 Thread Leslie -
Whoops, never mind, correct expression was ".*/.mysite.*". Thanks for the help! > From: some_guy_unknow...@hotmail.com > To: jmeter-user@jakarta.apache.org > Subject: RE: Filter server names in HTTP Proxy > Date: Tue, 20 Jul 2010 12:12:33 -0400 > > > Actually,

RE: Filter server names in HTTP Proxy

2010-07-20 Thread Leslie -
Actually, I think include patterns might work better for me. So, if I wanted to grab all URLs that had 'mysite.com' in the URL, would my expression be ".*\mysite.com\.*"? I find it's failing to grab all the requests I want. > Subject: Re: Filter server names in

Re: Filter server names in HTTP Proxy

2010-07-20 Thread Sudip Kumar Bhattacharya
Try the exclude patterns --Original Message-- From: Leslie - To: JMeter Users List ReplyTo: JMeter Users List Subject: Filter server names in HTTP Proxy Sent: Jul 20, 2010 9:12 PM Hi, I'm using the HTTP Proxy Server to record a web test and a lot of the HTTP requests are not want

Filter server names in HTTP Proxy

2010-07-20 Thread Leslie -
Hi, I'm using the HTTP Proxy Server to record a web test and a lot of the HTTP requests are not wanted as they are not hosted on my servers. Although I'm sure it's a basic concept, how would I filter the requests added to my test plan based on server name? -Leslie