7
페이지 URI에 상대적인 WebSocket URI를 구성하는 방법은 무엇입니까?
브라우저 측에서 페이지 URI를 기준으로 WebSocket URI를 구성하고 싶습니다. 제 경우에는 HTTP URI를 다음과 같이 변환하십시오. http://example.com:8000/path https://example.com:8000/path 에 ws://example.com:8000/path/to/ws wss://example.com:8000/path/to/ws 내가 현재하고있는 것은 처음 4 개의 "http"문자를 "ws"로 바꾸고 "/ to / ws"를 추가하는 것입니다. 더 좋은 방법이 있습니까?