이 명령을 사용하여 로컬에서 websocket을 연결할 때:
curl -i -N \
-H "Connection: Upgrade" \
-H "Upgrade: websocket" \
-H "Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==" \
-H "Sec-WebSocket-Version: 13" \
http://localhost:6100/admin-api/websocket?access_token=1
응답에 오류가 표시됩니다 mark bundle as not supporting multiuse http/1.1 404 not found
. 나는 websocket 끝점이 존재하고 인터넷 사용자에게 잘 작동한다고 확신합니다.