You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am deserializing HAR that has a resource with response content size of 11469093 bytes. When reading Response.Content.Text from Log.Entries the string is truncated to 1048576 bytes so data from the HAR file is lost. Can you help please?
The text was updated successfully, but these errors were encountered:
My apologies, I misread the very large HAR file. The issue was Firefox truncating some responses to around 1MB. I tried over again in Safari to generate the HAR which was complete and HarSharp works great thank you.
I am deserializing HAR that has a resource with response content size of 11469093 bytes. When reading Response.Content.Text from Log.Entries the string is truncated to 1048576 bytes so data from the HAR file is lost. Can you help please?
The text was updated successfully, but these errors were encountered: