micmro / PerfCascade

Responsive, SVG based HAR waterfall viewer
https://micmro.github.io/PerfCascade
MIT License
276 stars 51 forks source link

Content encoded with BASE64 #289

Open ElGigi opened 2 years ago

ElGigi commented 2 years ago

Hi,

In 1.2 specifications of HAR format, for the content, it's able to specify encoding like base64: http://www.softwareishard.com/blog/har-12-spec/#content

encoding [string, optional] (new in 1.2) - Encoding used for response text field e.g "base64". Leave out this field if the text field is HTTP decoded (decompressed & unchunked), than trans-coded from its original character set into UTF-8.

Pls, could you implement that?

Regards.