question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for exporting requests to HTTP Archive format (.har)

See original GitHub issue

I’m not fixed on .har, but it’s a relatively simple plain text format, that’s well supported by many applications (including Charles Proxy).

We’ve run into many issues where people running our QA app are either not allowed, or not capable of running Charles Proxy and having the ability to view these requests there after would be a huge help to our debugging efforts.

My goal is to dump the entire transactions table into a single file that I can view in Charles Proxy.

I’ve done some initial digging, and I think the database contains all the information I would need in order to pull this off.

🙋 Do you want to develop this feature yourself?

  • Yes
  • No

I’m willing to do the work for this, but it likely won’t happen right away.

I’m also not convinced it’s necessary to do this in Chucker core. I could fairly easily just look at the database in application code or a separate library that knows about Chuckers internal database and write the export code there. That being said, the reason I’m posting this here; I think this would be a feature that might be useful to other Churcker users as well.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
gusdantascommented, Sep 24, 2021

Dears, I’ve updated the @JayNewstrom 's solution to add support for har file in this PR. Although, I don’t know if I had to do something before, like open another issue. Do I need? Thanks.

1reaction
vbuberencommented, Aug 7, 2020

Just merged #410 to unblock you. Will try to check your implementation for feedback soon. Have some issues with time availability now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTTP Archive format - GitLab Docs
In the Select Export Type dropdown list select HAR – HTTP Archive Format. ... To append additional requests, select and save them to...
Read more >
Generating a HAR file for troubleshooting - Zendesk help
Open Edge and go to the Network tool. · Reproduce the issue while the network requests are recorded. · Export captured traffic as...
Read more >
Generating HAR files for Support Cases - Cradlepoint Connect
Generating and exporting a .har file in Chrome · Open Google Chrome and navigate to the page where the issue is occurring. ·...
Read more >
Create har files · Api fuzzing · Application security · User · Help
Go to the Fiddler home page and sign in. · Browse pages that call an API. · Select one or more requests, then...
Read more >
A Comprehensive Guide on HAR Files | Keysight Blogs
The specification for the HTTP Archive (HAR) format defines an archival format for HTTP transactions. This archived log can be used by a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found