mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2409] [feature]: Import and export har files #819
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#819
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loveqianool on GitHub (Jun 11, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2409
Originally assigned to: @mihastele on GitHub.
Is there an existing issue for this?
Summary
HTTP Archives (HAR) capture records the requests and responses that the browser makes with the web application
Why should this be worked on?
analyzing web requests
@mihastele commented on GitHub (Feb 14, 2023):
@liyasthomas, is it possible to assign this feature to me? I would like to challenge myself and contribute to open source?
@liyasthomas commented on GitHub (Feb 15, 2023):
Hi @mihastele, I've assigned this issue to you. Kindly look into the source code add support for import/export HAR file.
@mihastele commented on GitHub (Feb 15, 2023):
One technical question. Am I allowed to use the puppeteer library to export HAR files? I am asking because:
@mihastele commented on GitHub (Feb 15, 2023):
Or maybe I have approached the problem the wrong way. I thought of capturing traffic with puppeteer, but I see you've mentioned that I should make an import/export instead. I would like to request for comments what you as the expert of the project would recommend a newbie like me I should do in steps. Would highly appreciate your time.
@mihastele commented on GitHub (Mar 1, 2023):
Hello, forgive me if I am posting too often, I want to paste the library I will look into which could potentially solve the issue of importing/exporting HAR files: https://www.npmjs.com/package/har
Will look into it further as I manage to get a bit of spare time this or next week.
@smketterer commented on GitHub (Aug 7, 2024):
I would really like to see this feature.
@KaKi87 commented on GitHub (Oct 27, 2024):
Hello,
Any news on this ?
Thanks
@jamesgeorge007 commented on GitHub (Nov 26, 2025):
Hi, Hoppscotch now supports importing HAR files. Please refer to the documentation for more context.