Hi, I am trying to extract the page name after a url redirect. For example, suppose
get http://foo.com/login auto redirects to http://foo.com/main I'd like to extract the page name "main" instead of "login" Note that my jmeter login sample is set to "Follow Redirects" I used the Regular Expression Extractor to extract the name and that worked great for for pages that don't redirectly. However, it doesn't get run for the redirected page at all. Also note that what I really wanted is to get the page name for used with "Save Responses to a file" component. This way, I get a copy of the html page with the name that matches the url. Any ideas? Thanks, James Liang
