0

我正在尝试使用 Arduino 和 ESP8266 发出 GET 请求。

我正在使用这段代码:

AT+CIPSEND=140
GET taub-prayer-ramym/girls HTTP/1.1\r\nHost: taub-prayer-ramym.c9.io\r\nUser-Agent: ESP8266_HTTP_Client\r\nConnection: keep-alive\r\n\r\n

但我得到这个作为回报:

+IPD,187:HTTP/1.0 400 Bad request
Cache-Control: no-cache
Connection: close
Content-Type: text/html

<html><body><h1>400 Bad request</h1>
Your browser sent an invalid request.
</body></html>
CLOSED

我试图修复语法但没有成功。有什么建议么?

4

1 回答 1

0

我成功了.. 将 URL 更改为:

https://taub-prayer-ramym.c9.io/girls

于 2015-08-24T05:57:55.003 回答