mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1172] 内网穿透做微信公众号开发,如果使用「Http Basic Auth」,会被微信阻止弹框 #916
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#916
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 @id77 on GitHub (Apr 2, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1172
Describe the results you received:
内网穿透做微信公众号开发,如果使用「Http Basic Auth」,会被微信阻止弹框
Describe the results you expected:
期望可以用页面的形式登陆;公众号需要80端口,为了安全,想使用「Http Basic Auth」的方式使用内网穿透,可以方便测试、开发。
@fatedier commented on GitHub (Apr 3, 2019):
HTTP Basic Auth 是一种基础的身份验证方式,至于微信公众号的问题,和 frp 这个项目无关,你应该在其他地方寻求帮助,比如自己的网站上直接加上用户登录的功能,而不是借助于 HTTP Basic Auth。
@id77 commented on GitHub (Apr 3, 2019):
@fatedier 公众号主要是开放的,不会进来就设置登录。使用「HTTP Basic Auth 」主要是为了开发环境的源码安全,如果要加一个登陆功能做开发环境限制,会比较麻烦。
如果能把账号密码访问弹框形式,改为页面形式,做新项目或者其他公众号开发者也能方便很多。
我看看还有没有其他方案。
@id77 commented on GitHub (Apr 3, 2019):
我其实还用到nginx,nginx也支持「HTTP Basic Auth 」,看看能不能统一在nginx上设置页面式登录
@fatedier commented on GitHub (Apr 3, 2019):
因为这个是一个和 frp 本身无关的事情,可以去微信公众号开发相关的论坛之类的地方看看。