Skip to content

Version 3.1 date 2024-03-30 correct somes bugs

Compare
Choose a tag to compare
@vdaburon vdaburon released this 30 Mar 11:33
· 6 commits to main since this release

Version 3.1 date 2024-03-30, use library har-to-jmeter-convertor-2.2.jar, this library :

  • remove the header 'Content-length' because the length is computed by JMeter when the request is created.
  • POST or PUT could have query string and body with content so add query string to the path.
  • Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type : application/json.
  • Add body data content in record.xml for PUT and PATCH methods.