jmeter - 'Unsupported Browser' response for DWR Ajax requests -


i have jmeter script has dwr ajax requests. when execute script, seeing below response dwr ajax requests:

//<script type='text/javascript'> alert('error. may due unsupported browser.\nsee mailing lists @ http://www.getahead.ltd.uk/dwr/ more information.'); //</script> 

i appreciate if me in getting issue resolved.

it looks don't provide "real-life" user-agent string header request.

you need add http header manager config element send user-agent header correct line of 1 of supported browsers.

for instance, mine firefox 26 follows:

user-agent mozilla/5.0 (x11; linux x86_64; rv:26.0) gecko/20100101 firefox/26.0


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -