forked from webmetrics/browsermob-proxy
-
Notifications
You must be signed in to change notification settings - Fork 671
Closed
Labels
Milestone
Description
After updating to "2.1.0-beta-4" the attribute "response.content.mimeType" is not always being added. It causes an error when reading har with "softwareishard" parser.
For example, for http://vikinguard.com, I get the following error:
"log.entries[154].response.content.mimeType is missing and it is not optional"
If for the missing entries I add manually a mimeType, for example text/plain, it works properly.
Thanks!