Hello, The web application I'm testing will sometimes redirect requests to another page that live on the same server and sometimes it redirects to pages that live on a different server. I want Jmeter to follow redirects to local pages only.
Example: http://test.server.one/home redirects to http://test.server.one/welcome This is ok. http://test.server.on/account redirects to http://test.server.two/info I don't want jmeter to redirect in this case. What can I use to achieve this? Thanks, MJ
