-->
Page 1 of 1

I always get 400 Bad Request

PostPosted: Fri Jan 01, 2016 7:49 pm
by NetJaro
Hi!

I need help with my ESP8266.
I send AT commands by serial monitor in Arduino IDE, ESP8266 connect by USB.

There are the commands what I use:

Code: Select allAT+CWMODE=1
AT+CIPMODE=0
AT+CIPMUX=1
AT+CWJAP="dom","dom"
AT+CIPSTART=3,"TCP","192.168.0.101",8080

AT+CIPSEND=3,37

GET / HTTP/1.1\n\rHost: 192.168.0.101\n\r


Firmware: 0020000903

Thanks for help!