mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5292] [feature]: Trace TCP, curl --verbose equivalent, Insomnia Client #2020
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#2020
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 @chris-clark-serverless on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5292
Is there an existing issue for this?
Summary
curl with --verbose gives tcp level back and forth for a request.
Insomnia client has this as well. It shows handshakes, TLS back and forths, and the raw request/response.
Looking at the project, and dev tools, it appears this is a chromium/edge based browser app. There must be a way to intercept tcp data and show this in the console, or even better through another tab in the request/response panels.
Why should this be worked on?
This would be a nice feature to have. This is the last thing I can tell hoppscotch is missing to set itself apart from the other tools
@CuriousCorrelation commented on GitHub (Jul 30, 2025):
Hi @chris-clark-serverless, the desktop app provides exactly what you're looking for. It captures similar TCP-level network traces to
curl --verbose, like:cURL-like debug outputThese verbose logs are saved to:
C:\Users\<username>\AppData\Local\io.hoppscotch.desktop\logs\io.hoppscotch.desktop.log~/Library/Logs/io.hoppscotch.desktop/io.hoppscotch.desktop.log~/.local/share/io.hoppscotch.desktop/logs/io.hoppscotch.desktop.logYou can download the desktop app from https://hoppscotch.com/download
Let me know if this helps!
@CuriousCorrelation commented on GitHub (Aug 30, 2025):
Closing this as the desktop app provides the requested functionality. If you'd like UI improvements for easier access, please feel free to open a new feature request with specific details about the UI design or features you'd want to see.