sitespeedio / chrome-har

Create HAR files from Chrome Debugging Protocol data
MIT License
148 stars 50 forks source link

Do not add the extra parameters headers #100

Closed soulgalore closed 1 year ago

soulgalore commented 1 year ago

Using the CDP Fetch API manipulating responses, the extra response info holds the old un-manipulated headers, so when copying the ones that do not exist, this breaks.

Looking through some traces I couldn't see this change breaking anything (extra headers that is missed in the response).