Under Review
Last Updated: 16 Jun 2018 05:00 by Imported User
Imported User
Created on: 15 Jun 2018 01:49
Type: Feature Request
0
HAR issue - some responses cannot be decrypted
Some responses cannot be decrypted.

Sample HAR file: https://mega.nz/#!pBUhCAxb!HF7wahVT1RJog9dHNc3NQji5nZ3BNrVFzrkWJ1GI1S0

for example, search for: lrR/zv7/RNCaLj/9XY472V/Z1yMyt/KYbZU/Og8JiI/

It is readable in Chrome dev tools

the same request in https://toolbox.googleapps.com/apps/har_analyzer/
2 comments
Imported User
Posted on: 16 Jun 2018 05:00
Ok, thanks.
Eric
Posted on: 15 Jun 2018 05:00
The problem here is that HAR file captured drops a critical HTTP response header:

{
"name": "Content-Encoding",
"value": "gzip"
},

If you add this header back to the response (e.g. use F2 to enable editing, then use the Headers inspector to add it), then the response can be properly decompressed by Fiddler. If you reissue the request to the original server (just select the request line in Fiddler and tap R) you will see that the server includes the necessary header.

You should file a bug against the tool that generated this HAR file.