8
Sayfa URI'sine göre bir WebSocket URI'si nasıl oluşturulur?
Tarayıcı tarafında sayfa URI'sine göre bir WebSocket URI'si oluşturmak istiyorum. Diyelim ki benim durumumda HTTP URI'larını şu şekilde dönüştürün: http://example.com:8000/path https://example.com:8000/path -e ws://example.com:8000/path/to/ws wss://example.com:8000/path/to/ws Şu anda yaptığım şey ilk 4 harf olan "http" yi "ws" ile değiştirmek ve ona "/ to / ws" yi eklemek. Bunun daha iyi bir yolu …