mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2193] 必须要配合nginx才能对服务器里的websocket进行内网穿透吗? 以下报错跟这点有关系吗?求指点 #1748
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#1748
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 @RussiaVk on GitHub (Jan 16, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2193
do http proxy request error: no such domain
do http proxy request error: backend tried to switch protocol "" when "websocket" was requested
@fatedier commented on GitHub (Jan 17, 2021):
需要按照 Websocket 的请求方式发送请求,报错信息已经提示你了,需要 switch 的 protocol 是 websocket,但是你请求你传的是空值。
@fatedier commented on GitHub (Jan 17, 2021):
Duplicate of #2189