Firefox send more then Upgrade in Connection header
This commit is contained in:
Markus Sattler
2015-07-15 10:09:07 +02:00
parent 28b7619419
commit cf3ca5fde2
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<head>
<script>
var connection = new WebSocket('ws://10.11.2.1:81/test', ['arduino']);
var connection = new WebSocket('ws://10.11.2.2:81/test', ['arduino']);
connection.onopen = function () {
connection.send('Message from Browser to ESP8266 yay its Working!! ' + new Date());