enter image description hereWhen i started recording the application in jmeter, then i found that password is getting encrypted,the value which i am passing in application like username password to login the application, After recording the application in jmeter then in Http request iam getting password is getting encrypted and receiving the response in jmeter request, let me know how to handle encrypted password in jmeter.
example :
Client side is passing details to login the application.
username : sirajdws , password : 123456
Server side we are getting
"password":"U2FsdGVkX1+4B2RcuHgnZ6djgFQTV64qGtMxbLDMQ6s"
which is observed in jmeter http request. in given below image.