문제

Is it possible to get the client's ip address on clientside (within the browser) when using socket.io? Using pure Javascript alone can't get the client's IP address.

도움이 되었습니까?

해결책

There is no way, unless you send the IP address over the socket from the server side.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top