lajolo wrote:Hello,
in your code you want to access the website:
http://planto.oicp.net/add.php?temper=22
From my browser I cannot access it.
Are you sure that the address is correct?
Can you access it from your browser?
Moderator: igrr
does you code work when you try the WiFiWebClient example?
const char* host = "www.google.com";
.........
client.print(String("GET /search?q=arduino") + " HTTP/1.1\r\n" +
If that works, I think the problem is with your httpd access and I would open a specific topic about that.
lajolo wrote:Hello,
does you code work when you try the WiFiWebClient example?Code: Select allconst char* host = "www.google.com";
.........
client.print(String("GET /search?q=arduino") + " HTTP/1.1\r\n" +
If that works, I think the problem is with your httpd access and I would open a specific topic about that.
Does your esp work with the google's url example?