Releases: vdaburon/har-convertor-jmeter-plugin
v8.0 Use new library har-to-jmeter-convertor 8.0 add new parameter -remove_headers
Use new library har-to-jmeter-convertor 8.0 add new parameter -remove_headers remove a list of http headers (comma separator, case insensitive), e.g: -remove_headers "User-Agent,Pragma,X-TOKEN"
Version 7.1 Remove request headers from HTTP/2
Version 7.0 manage WebSocket Connection and WebSocket messages
Version 7.0, Use new library har-to-jmeter-convertor 7.0 add manage the websocket connection and messages with 'WebSocket Samplers by Peter Doornbosch', add checkbox for boolean parameter 'ws_with_pdoornbosch' (default unchecked == false).
Version 6.1 to correct a NullPointerException when creating the Recording XML
Version 6.1, Use new library har-to-jmeter-convertor 6.1 to correct a NullPointerException when creating the Recording XML file.
Version 6.0 add View Result Tree to view the recording xml file
Version 6.0, use new library har-to-jmeter-convertor v6.0 that add 'HTTP(S) Test Script Recorder' and 'View Results Tree' to view the record xml file created. Correct save file no url encoded name.
Version 5.2 correct extract parameters for "form-urlencoded" ended with charset
Version 5.2, use new library har-to-jmeter-convertor 5.2 that correct extract parameters for mime type "form-urlencoded" ended with charset likes "application/x-www-form-urlencoded; charset=xxx"
Version 5.1 compatible with har generated by browsermob-proxy
Version 5.1, compatible with har generated by browsermob-proxy tool and csv file contains transaction infos. Use library har-to-jmeter-convertor 5.1.
Version 5.0 add external csv file and compatible with LoadRunner Web Recorder
Version 5.0, Add an external csv file with transaction information for JMeter Transaction Controller Name.
Add compatibility with HAR generated with LoadRunner Web Recorder Chrome Extension.
Version 3.2 date 2024-03-30 correct somes bugs
Version 3.2, Use library har-to-jmeter-convertor-2.3.jar, this version :
- encode value for x-www-form-urlencoded when value contains space ' ' or equal '=' or slash '/' or plus '+' characters.
- Correct add the content for body data for POST, PUT or PATCH if not x-www-form-urlencoded in the Record.xml file.
Version 3.1 date 2024-03-30 correct somes bugs
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.