[GH-ISSUE #147] 能像ngrok那样显示每个http请的信息吗? #93

Closed
opened 2026-05-05 11:44:34 -06:00 by gitea-mirror · 14 comments
Owner

Originally created by @dxvgef on GitHub (Oct 30, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/147

我是用来做微信端web开发的,需要知道微信服务端和用户都请求了什么,ngrok就可以通过客户端的一个本地端口来显示这些信息,并向内网模拟重新发起请求

Originally created by @dxvgef on GitHub (Oct 30, 2016). Original GitHub issue: https://github.com/fatedier/frp/issues/147 我是用来做微信端web开发的,需要知道微信服务端和用户都请求了什么,ngrok就可以通过客户端的一个本地端口来显示这些信息,并向内网模拟重新发起请求
gitea-mirror 2026-05-05 11:44:34 -06:00
Author
Owner

@fatedier commented on GitHub (Oct 31, 2016):

后面考虑支持。

<!-- gh-comment-id:257270787 --> @fatedier commented on GitHub (Oct 31, 2016): 后面考虑支持。
Author
Owner

@itcbx commented on GitHub (Mar 13, 2018):

不知这么功能实现了没有,对于本地调试开发公众号或微信小程序还是非常有用的

<!-- gh-comment-id:372756137 --> @itcbx commented on GitHub (Mar 13, 2018): 不知这么功能实现了没有,对于本地调试开发公众号或微信小程序还是非常有用的
Author
Owner

@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

<!-- gh-comment-id:395135851 --> @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
Author
Owner

@lunfangyu commented on GitHub (Aug 5, 2018):

同样期待此功能

<!-- gh-comment-id:410491001 --> @lunfangyu commented on GitHub (Aug 5, 2018): 同样期待此功能
Author
Owner

@vstsu commented on GitHub (Apr 16, 2019):

十分期待官方能出此功能

<!-- gh-comment-id:483653748 --> @vstsu commented on GitHub (Apr 16, 2019): 十分期待官方能出此功能
Author
Owner

@loveyu commented on GitHub (May 5, 2019):

觉得这类功能更适合添加一个HTTP代理服务器来实现,比如:
weixin--->frps---->frpc---->http-proxy--->http-source

这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择

<!-- gh-comment-id:489383367 --> @loveyu commented on GitHub (May 5, 2019): 觉得这类功能更适合添加一个HTTP代理服务器来实现,比如: weixin--->frps---->frpc---->http-proxy--->http-source 这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择
Author
Owner

@almas-x commented on GitHub (Aug 5, 2019):

觉得这类功能更适合添加一个HTTP代理服务器来实现,比如:
weixin--->frps---->frpc---->http-proxy--->http-source

这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择

N种成熟的方案能否推荐一二?

<!-- gh-comment-id:518090162 --> @almas-x commented on GitHub (Aug 5, 2019): > 觉得这类功能更适合添加一个HTTP代理服务器来实现,比如: > weixin--->frps---->frpc---->http-proxy--->http-source > > 这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择 N种成熟的方案能否推荐一二?
Author
Owner

@loveyu commented on GitHub (Aug 5, 2019):

觉得这类功能更适合添加一个HTTP代理服务器来实现,比如:
weixin--->frps---->frpc---->http-proxy--->http-source
这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择

N种成熟的方案能否推荐一二?

filldder, charles, 这两个可能是用的最多的,其他的实现也有很多

<!-- gh-comment-id:518092944 --> @loveyu commented on GitHub (Aug 5, 2019): > > 觉得这类功能更适合添加一个HTTP代理服务器来实现,比如: > > weixin--->frps---->frpc---->http-proxy--->http-source > > 这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择 > > N种成熟的方案能否推荐一二? filldder, charles, 这两个可能是用的最多的,其他的实现也有很多
Author
Owner

@kunrui commented on GitHub (Aug 19, 2019):

可以用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

这是怎么实现的,不知道怎么配置。没能配置出来。

<!-- gh-comment-id:522402444 --> @kunrui commented on GitHub (Aug 19, 2019): > 可以用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 这是怎么实现的,不知道怎么配置。没能配置出来。
Author
Owner

@yangguangwuwu commented on GitHub (Jun 4, 2020):

这个有计划吗 ? 四年了

<!-- gh-comment-id:638661828 --> @yangguangwuwu commented on GitHub (Jun 4, 2020): 这个有计划吗 ? 四年了
Author
Owner

@CzBiX commented on GitHub (Jul 21, 2020):

这个功能交给专业的 HTTP Proxy 工具好了,没必要重复造轮子。
Python 用 mitmproxy,nodejs 用 anyproxy。

<!-- gh-comment-id:661928607 --> @CzBiX commented on GitHub (Jul 21, 2020): 这个功能交给专业的 HTTP Proxy 工具好了,没必要重复造轮子。 Python 用 mitmproxy,nodejs 用 anyproxy。
Author
Owner

@owiofwm2i commented on GitHub (Sep 1, 2021):

这个功能交给专业的 HTTP Proxy 工具好了,没必要重复造轮子。
Python 用 mitmproxy,nodejs 用 anyproxy。

请问如何使用frp转发内网的一个mitmproxy的,手机使用frp的子域名代理,内网就可以进行抓包

<!-- gh-comment-id:910683221 --> @owiofwm2i commented on GitHub (Sep 1, 2021): > 这个功能交给专业的 HTTP Proxy 工具好了,没必要重复造轮子。 > Python 用 mitmproxy,nodejs 用 anyproxy。 请问如何使用frp转发内网的一个mitmproxy的,手机使用frp的子域名代理,内网就可以进行抓包
Author
Owner

@ryouaki commented on GitHub (Oct 30, 2023):

我觉得没必要加这种功能。frp就是单纯的穿透模块。而现实请求信息的功能完全可以借助其他后端的相关组件实现。

<!-- gh-comment-id:1784673031 --> @ryouaki commented on GitHub (Oct 30, 2023): 我觉得没必要加这种功能。frp就是单纯的穿透模块。而现实请求信息的功能完全可以借助其他后端的相关组件实现。
Author
Owner

@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.

<!-- gh-comment-id:2046248207 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#93
No description provided.