Hi,

When sending the callout progress div to server, jmeter is removing one "\"
in json requests. Details given below.

* Request while recording in Jmeter :*

<div id=*\\\*"CalloutProgress*\\\*" style=*\\\*"display: none*;\\\*"></div>


*Request while sending to  server:*
<div id=\\"CalloutProgress*\\*" style=*\\*"display: none;*\\*"></div>

 So Jmeter is omitting one "*\*" when sending the to sever when in the json
request there is three "*\\\*". Because of this the server is not
recognizing it and sending *500* error and not processing.


But when there is only one "*\*" in the request,jmeter is processing as it
is without omitting anything.

Is this a bug in Jmeter? Because other capturing tools are sending the
requests as it is.

Thanks!

Reply via email to