mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1907] frp 透传 https 后不跳转后端curl #1511
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#1511
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 @TelDragon on GitHub (Jul 16, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1907
frp版本 所有
应用场景
1、局域网访问
pc 访问WEB SERVER
https://192.168.1.1 会自动跳转
https://192.168.1.1/login.html
使用frp 透传 内网地址 192.168.1.1 类型为 https 后
访问只能到 / 不会跳转到 /login.html
请问有其它同学遇到过这种情况嘛? http 不会出现这种情况 可以正常跳转。
或者这是不是个功能项增强?
@TelDragon commented on GitHub (Jul 23, 2020):
已解决。自行在URL 跳转界面加入 标签 rel="noreferrer"
访问成功。