Created attachment 37626 [details] Broken HTTP Request Let's say you have a request with header: Content-Type=application/x-www-form-urlencoded And: POST /xxx/yyy/53484288-56a5-421b-a049-356b096f9840 {"key":"XXXX","prefixQuery":{"keywords":"TOTO"}} The recorder will compute a HTTP Request with arguments as below: Name={"key":"XXXX","prefixQuery":{"keywords":"TOTO"}} Value= See attached screenshot. If some json value contains an '=', then you'll have : Name=json part until '=' excluded Value=json part starting from '=' In both cases, the HTTP request is invalid and application request will fail
https://github.com/apache/jmeter/commit/acca046473657083e6b139402652d4b78c5229cb
Is this the same as https://bz.apache.org/bugzilla/show_bug.cgi?id=60649 ?
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5458