JMeter doesnt support Proxy chaining directly(as far as I know) - but it might be possible to do so using Java settings (not tested) Configure Browser --> Jmeter Proxy, When you run jmeter , modify the system properties to add the fiddler proxy ip address / port - (but a different port)
-Dhttp.proxyHost=*proxyhost* -Dhttp.proxyPort=*portNumber * It might work. If I remember correctly , Fiddler can be configured to have a proxy chain , so you might also try http://www.fiddler2.com/fiddler/help/OptionsUI.asp (chain to upstream proxy). As long as they listen on different ports it might work And finally - If it takes more time to set up recording than it takes to write the script then write the script manually. regards deepak On Fri, Dec 2, 2011 at 7:54 AM, testerinCO <[email protected]> wrote: > All > > I have a web application that uses fiddler which has several autoresponder > rules set up. > > ie > If URI matches: regex:(?insx)3\.0\.0\.0/ecxd\.html > then respond with: http://static.ecollege-labs.com/ecxd/3.0.0.0/ecxd.html > > When I start recording in jmeter (proxy server), the fiddler proxy is > deactivated. How can I get jmeter to recognize those URIs? > > Thanks > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Does-Jmeter-support-AutoResponder-Rules-tp5042301p5042301.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
