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
Description:
If I export a har file of around 4000 requests/responses, the formatting brakes, and I am unable to parse the data in at all such as Jq.
Steps To Reproduce:
Walk around your product via burp suite, generating traffic.
Import these items into logger++ .
Check that the import has completed and then export the data as a half file.
Saves a file somewhere and then run a basic jq command. jq '.' YOURHAR.har
Expected behavior:
It's expected that the Jason will be prettified with the basic Jq command, instead; the formatting reports and error with the data ,and it is unusable.
Screenshots:
~:$ jq '.' small.har
{
"log": {
"version": "1.2",
"creator": {
"name": "LoggerPlusPlus",
"version": "3.20.0"
},
"pages": [],
"entries": []
}
}
~:$ jq '.' Large.har
jq: parse error: Unfinished JSON term at EOF at line 1, column 76552398
~:$ file Large.har
Large.har: ASCII text, with very long lines (65536), with no line terminators
~:$ du Large.har
163848 Large.har
~:$ stat Large.har
16777230 21724716 -rw-r--r-- 1 geoff staff 0 76552398 "Nov 8 11:43:12 2023""Nov 8 11:43:11 2023""Nov 8 11:43:11 2023""Nov 8 11:38:53 2023" 4096 163848 0 Large.har
~:$ ls -l Large.har
-rw-r--r-- 1 geoff staff 76552398 8 Nov 11:43 Large.har
Version:
v3.20.0
Thank you very much for a great tool! ❤️
The text was updated successfully, but these errors were encountered:
Description:
If I export a har file of around 4000 requests/responses, the formatting brakes, and I am unable to parse the data in at all such as
Jq
.Steps To Reproduce:
jq
command.jq '.' YOURHAR.har
Expected behavior:
It's expected that the Jason will be prettified with the basic
Jq
command, instead; the formatting reports and error with the data ,and it is unusable.Screenshots:
Version:
v3.20.0
Thank you very much for a great tool! ❤️
The text was updated successfully, but these errors were encountered: