我发送以下HTTP请求:
POST /input/8dZ8bgapvjfYzmwWno6W.txt HTTP/1.1
Host: data.sparkfun.com
Phant-Private-Key: pz5ga4pkydHgpEb8v608
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 7
temp=44
在我的代码中,我使用UART tx请求将其发送到xbee模块,转换为:
POST /input/8dZ8bgapvjfYzmwWno6Wr.txt HTTP/1.1\r\n
Host: data.sparkfun.com\r\n
Phant-Private-Key: pz5ga4pkydHgpEb8v608\r\n
Connection: close\r\n
Content-Type: application/x-www-form-urlencoded\r\n
Content-Length: 7\r\n
\r\n
temp=44
这是为了与data.sparkfun.com上的phant dataserver进行通信,它会回复以下数据:
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>
答案 0 :(得分:1)
我找到了答案: 数据包是正确的。 在使用XCTU配置Xbee Wifi模块时,我必须提供服务器和客户端Xbee的正确端口号,这是错误的。 服务器是80,客户端是我认为的任何端口。