[GH-ISSUE #113] 打开http网页时,能不能先弹出用户和密码进行认证,通过后再打开页面? #60

Closed
opened 2026-05-05 11:40:26 -06:00 by gitea-mirror · 15 comments
Owner

Originally created by @zyy111999 on GitHub (Sep 16, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/113

打开http网页时,能不能先弹出用户和密码进行认证,通过后再打开页面?

Originally created by @zyy111999 on GitHub (Sep 16, 2016). Original GitHub issue: https://github.com/fatedier/frp/issues/113 打开http网页时,能不能先弹出用户和密码进行认证,通过后再打开页面?
Author
Owner

@fatedier commented on GitHub (Sep 17, 2016):

#101 dev 分支已支持,下个版本发布。

<!-- gh-comment-id:247767099 --> @fatedier commented on GitHub (Sep 17, 2016): #101 dev 分支已支持,下个版本发布。
Author
Owner

@zyy111999 commented on GitHub (Sep 17, 2016):

什么时候出下个版本啊?frp比ngrok方便多了,资源也节省

<!-- gh-comment-id:247770611 --> @zyy111999 commented on GitHub (Sep 17, 2016): 什么时候出下个版本啊?frp比ngrok方便多了,资源也节省
Author
Owner

@fatedier commented on GitHub (Sep 18, 2016):

预计要到下个月底了,你可以先自己编译一下 dev 分支的版本使用。

<!-- gh-comment-id:247820909 --> @fatedier commented on GitHub (Sep 18, 2016): 预计要到下个月底了,你可以先自己编译一下 dev 分支的版本使用。
Author
Owner

@ghost commented on GitHub (Sep 18, 2016):

很喜欢你们的项目 有联系方式吗 群什么的 这个反向代理支持高并发不 是否有内存泄漏 参考ngrok的源码?

<!-- gh-comment-id:247821814 --> @ghost commented on GitHub (Sep 18, 2016): 很喜欢你们的项目 有联系方式吗 群什么的 这个反向代理支持高并发不 是否有内存泄漏 参考ngrok的源码?
Author
Owner

@fatedier commented on GitHub (Sep 18, 2016):

@lu4kyd0y 没有群,有什么问题都可以在 issues 里提,另外和这个 issue 无关的话题建议另开一个 issue 讨论。

<!-- gh-comment-id:247822453 --> @fatedier commented on GitHub (Sep 18, 2016): @lu4kyd0y 没有群,有什么问题都可以在 issues 里提,另外和这个 issue 无关的话题建议另开一个 issue 讨论。
Author
Owner

@yi-ge commented on GitHub (Sep 18, 2016):

不建议直接添加这个功能,或者说这个功能可以做成插件或模块 @fatedier

<!-- gh-comment-id:247829238 --> @yi-ge commented on GitHub (Sep 18, 2016): 不建议直接添加这个功能,或者说这个功能可以做成插件或模块 @fatedier
Author
Owner

@fatedier commented on GitHub (Sep 18, 2016):

@yi-ge 这个功能比较常用,我也有这个需求,通过配置可以决定是否启用。

插件的功能还不在近期的规划。短期来说,还没有那种互相冲突或者特别复杂的对性能有影响的需求,这部分可能之后再考虑。

<!-- gh-comment-id:247835344 --> @fatedier commented on GitHub (Sep 18, 2016): @yi-ge 这个功能比较常用,我也有这个需求,通过配置可以决定是否启用。 插件的功能还不在近期的规划。短期来说,还没有那种互相冲突或者特别复杂的对性能有影响的需求,这部分可能之后再考虑。
Author
Owner

@yi-ge commented on GitHub (Sep 18, 2016):

@fatedier 我建议涉及webserver的内容最好作为可选部分单独打包,这样安全性、稳定性、软件大小都有帮助。

<!-- gh-comment-id:247835428 --> @yi-ge commented on GitHub (Sep 18, 2016): @fatedier 我建议涉及webserver的内容最好作为可选部分单独打包,这样安全性、稳定性、软件大小都有帮助。
Author
Owner

@fatedier commented on GitHub (Sep 18, 2016):

@yi-ge 个人更倾向于简单,方便,易于部署使用,也是这个项目的初衷。

<!-- gh-comment-id:247835692 --> @fatedier commented on GitHub (Sep 18, 2016): @yi-ge 个人更倾向于简单,方便,易于部署使用,也是这个项目的初衷。
Author
Owner

@yi-ge commented on GitHub (Sep 18, 2016):

@fatedier
分离一个简单的web认证页面相对于整体岂不更简单,需要的放在同一目录,不需要的不用下载。:)

<!-- gh-comment-id:247835803 --> @yi-ge commented on GitHub (Sep 18, 2016): @fatedier 分离一个简单的web认证页面相对于整体岂不更简单,需要的放在同一目录,不需要的不用下载。:)
Author
Owner

@zyy111999 commented on GitHub (Sep 18, 2016):

@fatedier dev分支版本是开发版吗?哪有下载?

<!-- gh-comment-id:247849028 --> @zyy111999 commented on GitHub (Sep 18, 2016): @fatedier dev分支版本是开发版吗?哪有下载?
Author
Owner

@fatedier commented on GitHub (Sep 18, 2016):

@zyy111999 go get github.com/fatedier/frp 下载源码,切到 dev 分支,执行 make 命令编译。

需要 >= go1.5 的环境。

<!-- gh-comment-id:247855285 --> @fatedier commented on GitHub (Sep 18, 2016): @zyy111999 `go get github.com/fatedier/frp` 下载源码,切到 dev 分支,执行 `make` 命令编译。 需要 >= go1.5 的环境。
Author
Owner

@w12928293 commented on GitHub (Oct 12, 2016):

客户端需要同步不?因为是远端管理路由,这个功能太实用了

<!-- gh-comment-id:253147916 --> @w12928293 commented on GitHub (Oct 12, 2016): 客户端需要同步不?因为是远端管理路由,这个功能太实用了
Author
Owner

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

@w12928293 客户端需要同步更新,因为增加了在客户端通过配置文件配置用户名和密码的功能。

<!-- gh-comment-id:253178030 --> @fatedier commented on GitHub (Oct 12, 2016): @w12928293 客户端需要同步更新,因为增加了在客户端通过配置文件配置用户名和密码的功能。
Author
Owner

@fatedier commented on GitHub (Dec 21, 2016):

Supported in v0.9.0.

<!-- gh-comment-id:268444995 --> @fatedier commented on GitHub (Dec 21, 2016): Supported in v0.9.0.
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#60
No description provided.