How to use JMeter with ajax request?
I have a button with a click, and with the help of a script I can find the identifier of the session that is sent to the server.
What should I do next using JMeter to handle this.
EDIT:
Let's say I have a header in my hand that calls a request. JSESSIONID AJAXREQUEST and so on, where should I put it? ... I put it in the name and value of the http-header.
source
share