RE: How to extract text from one specific response while in "follow redirect"?

2007-06-03 Thread Sonam Chauhan
My understanding is you have to turn off redirects, use a regular expression extractor on the first response to get the servername you need, and another regex extractor to get the first redirect page. Then you can 'manually' go to the first redirect page using another sampler. I guess in this sam

How to extract text from one specific response while in "follow redirect"?

2007-06-03 Thread Nop Lists
Hello, a tricky question this time...Hope anyone can help. For a specific request which involves many redirection I use the "follow redirects" flag. It happens that it redirects 2 times so I get 3 responses. Now I Must extract some text (a server name) from the FIRST of these responses. How can th