nccgroup / LoggerPlusPlus

Advanced Burp Suite Logging Extension
GNU Affero General Public License v3.0
619 stars 154 forks source link

fix #209: HAR: use UTF-8, handle binary data #210

Open stek29 opened 4 months ago

stek29 commented 4 months ago

see #209 for more info

notice: HAR originally only supports binary data in response content however, most implementations handle it in postData too.

for example: https://github.com/google/martian/blob/0f7e6797a04da412118541344bbe0d65945e24c9/har/har.go#L223-L234

see also: https://indigo.re/posts/2020-10-09-har-is-clumsy.html