I am using jMeter to perform a stress test of a website. I need to pass a variable's value to the next Request.
The value can be seen as follows in the response body:
var _data = {};
_data["_as_csrf_token"] = "64da5d341c253c2a181796d2524e57c6502d906b";
jQuery.ajaxSetup({ data: _data, type: "POST" });
How should I use the Regular Expression Extractor to get this value?