I am passing username and password to post body in HTTP request through CSV data config. but in view results tree tab, the request is getting like this.
View Results Tree:
POST data:
{"email":"<EOF>","password":"<EOF>"}
my HTTP request:
{"email":"${username}","password":"${password}"}
why is EOF passing to it? can someone provide a solution for this, please?
I have followed steps from the below stack overflow question no. 27634885 link.