Arduino 400 对 ESP8266 的错误请求

Arduino 400 bad request with ESP8266

我正在尝试使用 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

但我得到的是 return:

+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

我已经尝试修复语法但没有成功。有什么建议吗?

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

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