When exporting sessions to .har v1.2 and request contains two post parameters with identical name, but different case, it picks only one of them. For example if post request has following two parameters: compname=foo and CompName=foo, after exporting to .har it will become compname=foo and compname=foo