Skip to content

Commit

Permalink
vdn-har-convertor-jmeter-tool v3.2 (undera#648)
Browse files Browse the repository at this point in the history
* vdn-har-convertor-jmeter-tool v3.1

vdn-har-convertor-jmeter-tool v3.1, use library har-to-jmeter-convertor-2.2 that correct bugs.

* vdn-har-convertor-jmeter-tool version 3.2

vdn-har-convertor-jmeter-tool version 3.2 (remove v3.1)
  • Loading branch information
vdaburon authored and besessener committed May 15, 2024
1 parent 41d81b9 commit 162cd2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,10 @@
"3.0": {
"changes": "Add Button 'CONVERT AND LOAD GENERATED SCRIPT'. File Chooser select only file and no directory.",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.0/har-convertor-jmeter-plugin-3.0-jar-with-dependencies.jar"
},
"3.2": {
"changes": "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. encode value for x-www-form-urlencoded when value contains space, equal, slash or plus characters.",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.2/har-convertor-jmeter-plugin-3.2-jar-with-dependencies.jar"
}
}
},
Expand Down

0 comments on commit 162cd2c

Please sign in to comment.