Open Bug 1647610 Opened 4 years ago Updated 4 years ago

FDE generates HAR files not accepted by existing HAR-inspection tools

Categories

(DevTools :: Netmonitor, defect, P3)

78 Branch
defect

Tracking

(Not tracked)

People

(Reporter: xmo, Unassigned)

References

(Blocks 1 open bug)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Steps to reproduce:

Actual results:

log.entries[0].response.headersSize
is missing and it is not optional
log.entries[0].response.content.size
is missing and it is not optional
log.entries[0].response.content.mimeType
is missing and it is not optional
log.entries[0].timings.send
is missing and it is not optional
log.entries[0].timings.wait
is missing and it is not optional
log.entries[0].timings.receive
is missing and it is not optional
log.entries[1].response.headersSize
is missing and it is not optional
log.entries[2].response.headersSize
is missing and it is not optional
log.entries[3].response.headersSize
is missing and it is not optional
log.entries[4].response.headersSize
is missing and it is not optional
log.entries[5].response.headersSize
is missing and it is not optional
log.entries[6].response.headersSize
is missing and it is not optional
log.entries[7].response.headersSize
is missing and it is not optional
log.entries[8].response.headersSize
is missing and it is not optional
log.entries[9].response.headersSize
is missing and it is not optional
log.entries[10].response.headersSize
is missing and it is not optional
[snip hundreds of other similar lines]

Expected results:

Should have displayed har data

Component: Untriaged → Netmonitor
Product: Firefox → DevTools

Thanks for the report!

I am seeing warnings too:

log.entries[64].response.headersSize	
	 	is missing and it is not optional
log.entries[64].response.content.size	
	 	is missing and it is not optional
log.entries[64].response.content.mimeType	
	 	is missing and it is not optional

Honza

Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.