mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1925] websocket 支持域名 #1527
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#1527
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 @gdpancheng on GitHub (Jul 31, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1925
怎么样可以让websocket 支持域名,小程序中得websocket需要域名才可以访问
@gdpancheng commented on GitHub (Aug 7, 2020):
我知道type = http是支持域名的 但是type = http走不了websocket
protocol = websocket 可以支持websocket 但是没办法使用subdomain
@fatedier commented on GitHub (Aug 10, 2020):
type = http走不了websocket,websocket 不是 HTTP 协议吗?