简体   繁体   English

使用指向非 80 端口的 Arduino 的 Ciao 库执行 GET 请求

[英]Do a GET request with Arduino's Ciao library pointing to a non 80 port

I'm trying to send a GET request to port 69 instead of 80, using the Arduino's Ciao library.我正在尝试使用 Arduino 的 Ciao 库向端口 69 而不是 80 发送 GET 请求。

In the official documentation, found at http://www.arduino.org/learning/reference/ciao-rest , no one talks about requesting a port different than 80. Actually, it doesn't mention the word port , so... bad news there.http://www.arduino.org/learning/reference/ciao-rest的官方文档中,没有人谈论请求不同于 80 的端口。实际上,它没有提到port一词,所以.. . 坏消息。

By the way, it seems that Ciao is the official way to work with the Arduino One Wifi, but if you know another way to do it, I will totally appreciate it.顺便说一句,Ciao 似乎是使用 Arduino One Wifi 的官方方式,但如果您知道另一种方式,我将非常感激。

You can configure the port in REST Server Connector.您可以在 REST 服务器连接器中配置端口。

See http://www.arduino.org/learning/reference/ciao-restserver .请参阅http://www.arduino.org/learning/reference/ciao-restserver

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM