のロードに失敗しましたSocket.io-クライアントは、私はこの問題は(Socket.IO.jsビルド:0.9.16)socket.ioクライアントを使用してのWebSocketに接続しようとしていたリソース
Failed to load resource: the server responded with a status of 404 (Not Found)
XMLHttpRequest cannot load https://myserver.it/socket.io/1/?t=1488475368547. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://my_vps_ip' is therefore not allowed access. The response had HTTP status code 404.
奇妙な事があります:
- は、それが に動作しない別のVPS(クラウドVPS bought here)に
- 正常に動作のAmazon EC2インスタンスにそれが正常に動作
- をlocalhostの
これは私のコードです:
socket = io.connect('https://myserver.it' ,{
transports: ['websocket'],
secure: true,
'force new connection' : false,
'reconnect' : true,
});
のApache 2.4.18 VPS二度では、同じ構成、同じモジュール
私は本当に理解していない...
オハイオ州神よ、ありがたいこと! –