mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #147] 能像ngrok那样显示每个http请的信息吗? #93
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#93
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 @dxvgef on GitHub (Oct 30, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/147
我是用来做微信端web开发的,需要知道微信服务端和用户都请求了什么,ngrok就可以通过客户端的一个本地端口来显示这些信息,并向内网模拟重新发起请求
@fatedier commented on GitHub (Oct 31, 2016):
后面考虑支持。
@itcbx commented on GitHub (Mar 13, 2018):
不知这么功能实现了没有,对于本地调试开发公众号或微信小程序还是非常有用的
@vc1 commented on GitHub (Jun 6, 2018):
可以用frpc的前置代理功能结合whistle/fiddler等抓包工具达到同样的效果
whistle是web gui,还能用另一个frpc转发出去
https://github.com/fatedier/frp/blob/master/README_zh.md#%E9%80%9A%E8%BF%87%E4%BB%A3%E7%90%86%E8%BF%9E%E6%8E%A5-frps
https://github.com/avwo/whistle/blob/master/README-zh_CN.md
@lunfangyu commented on GitHub (Aug 5, 2018):
同样期待此功能
@vstsu commented on GitHub (Apr 16, 2019):
十分期待官方能出此功能
@loveyu commented on GitHub (May 5, 2019):
觉得这类功能更适合添加一个HTTP代理服务器来实现,比如:
weixin--->frps---->frpc---->http-proxy--->http-source
这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择
@almas-x commented on GitHub (Aug 5, 2019):
N种成熟的方案能否推荐一二?
@loveyu commented on GitHub (Aug 5, 2019):
filldder, charles, 这两个可能是用的最多的,其他的实现也有很多
@kunrui commented on GitHub (Aug 19, 2019):
这是怎么实现的,不知道怎么配置。没能配置出来。
@yangguangwuwu commented on GitHub (Jun 4, 2020):
这个有计划吗 ? 四年了
@CzBiX commented on GitHub (Jul 21, 2020):
这个功能交给专业的 HTTP Proxy 工具好了,没必要重复造轮子。
Python 用 mitmproxy,nodejs 用 anyproxy。
@owiofwm2i commented on GitHub (Sep 1, 2021):
请问如何使用frp转发内网的一个mitmproxy的,手机使用frp的子域名代理,内网就可以进行抓包
@ryouaki commented on GitHub (Oct 30, 2023):
我觉得没必要加这种功能。frp就是单纯的穿透模块。而现实请求信息的功能完全可以借助其他后端的相关组件实现。
@github-actions[bot] commented on GitHub (Apr 10, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.