HAR file saved from Fiddler throws error
ServerService-GetNavigationMenu2-fiddler.zip ServerService-GetNavigationMenu2-ff.zip
Hi,
When we try to generate OpenAPI specification from HAR file that is saved from Fiddler, it throws syntax error ---
SyntaxError: Unexpected token in JSON at position 0
at JSON.parse (
I've attached the HAR file for replication.
The command I used on Windows 10 OS ---- avantation.cmd ServerService-GetNavigationMenu2-fiddler.har
However, when we save HAR file from browser via dev tool, we could generate OpenAPI specification successfully. I saved the file from firefox browser --- avantation.cmd ServerService-GetNavigationMenu2-ff.har
The difference I could see is fiddler minifies HAR file and browser doesn't.
Can you check this?
Thanks, Amit