One step of an application we're testing using JMeter returns an Ajax redirect response, like the following.
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="Ajax-Response"
content="redirect" /><meta name="Location"
content="/app/nstage.seam?cid=94369" /></head></html>
Any idea how we can instrument JMeter to handle this response, so that it can proceed to the application's next page? Modifying the application's behavior is currently not an attractive option.