Hello Expertize,
Multiple times, we are asked to provide the HAR file for debugging the issue. Could anyone guide me, on how to ready that file for issue debugging?
Thanks
Hi @Asha Goyal
I‘d recommend to use an offline HAR viewer, e.g. this one.
Why offline? Your HAR file may contain sensitive data, eg for authentication.
Does this already help or do you need more information?
Cheers,
Matthias
Thanks For your Response @Matthias Gaiser _K15t_ My query is how to figure out by looking at HRA file. What cause the error? Why is the error? I mean how to come to conclusion that what is root cause of the error appearing on the browser?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see.
That‘s hard to explain in a general way since thr problem depends on your use case.
The HAR file contains all requests made by your browser (tab) in the time frame of your recording. I‘d usually start looking at the requests which failed with HTTP status codes that represent errors like 4xx or 5xx, eg 400.
Afterwards, it might make sense to look at their payload. A HTTP 400 for example states that sth seems to be wrong with the request data. Examining it might reveal what exactly was the problem.
Other than that, you need to know the system you’re analyzing on a technical level, so that you can make a meaningful interpretation of it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Matthias Gaiser _K15t_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.