AT+CIPSTART="TCP","www.timeapi.org",80
AT+CIPSEND=53
GET /utc/now?format=%25s HTTP/1.1\r\n
Host: http://www.timeapi.org\r\n\r\n
here is the response\\
AT+CIPSTART="TCP","www.timeapi.org",80
CONNECT
OK
AT+CIPSEND=42
> GET /utc/now?format=%25s HTTP/1.1\r\nHost: timeapi.org\r\n\r\nbusy s...
SEND OK
+IPD,134:HTTP/1.1 505 HTTP Version Not Supported
Connection: close
Server: Cowboy
Date: Fri, 14 Aug 2015 16:39:09 GMT
Content-Length: 0
OK
CLOSED
thanks a lot
Rod