Re: [Fwd: Re: redirect URL post-processor]

2006-02-03 Thread sebb
On 03/02/06, Alex Orloff <[EMAIL PROTECTED]> wrote: > > Thanks for the response. I believe that JMeter is not following the > BASE tag for embedded resourced (in my case, a gif). This is a lower > priority item for me, but if you have an idea about how to debug this or > get it working please let

Re: redirect URL post-processor

2006-02-02 Thread sebb
On 02/02/06, Alex Orloff <[EMAIL PROTECTED]> wrote: > > So I am doing the same thing. Ultimately adding a javascript > interpreter to JMeter is a nontrivial task. I'm noticing that JMeter's Indeed, otherwise it would probably have been done by now ... > http sampler seems to ignore the BASE HRE

Re: redirect URL post-processor

2006-02-02 Thread Alex Orloff
ser@jakarta.apache.org Subject: redirect URL post-processor Hello, I'm trying to figure out how to create a test script that requires me to access the rewritten URL of a followed redirect in order to simulate a click on a target URL that in a browser is made by a javascript call that access

RE: redirect URL post-processor

2006-02-02 Thread Mitch K. White
ailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 12:24 PM To: jmeter-user@jakarta.apache.org Subject: redirect URL post-processor Hello, I'm trying to figure out how to create a test script that requires me to access the rewritten URL of a followed redirect in order to simulate a

redirect URL post-processor

2006-02-02 Thread Alex Orloff
Hello, I'm trying to figure out how to create a test script that requires me to access the rewritten URL of a followed redirect in order to simulate a click on a target URL that in a browser is made by a javascript call that accesses the window location. Is there a way to do this ? thanks