mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2430] Feature Request: HTTP Traffic Inspector #1931
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1931
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 @mdrichardson on GitHub (Jun 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2430
Originally assigned to: @blizard863 on GitHub.
The solution you want
I'd love to have the ability to inspect all traffic that flows through the tunnel. Something similar to ngrok's would be great:
Alternatives considered
I've used the
http_proxyconfig line to route through Fiddler, but that only works for outgoing requests.How to implement this function
Unknown. Not a small feature.
Application scenarios of this function
If Client has the admin dashboard enabled, they should be able to click an "Inspect" tab and see any HTTP request/responses that went through the tunnel, represented in JSON.