I am doing some tests with the library for No-IP. For this, I have added two Serial.println() in EasyDDNS.cpp, one for the variable "update_url" and other for variable "httpCode" when sending the new IP.
httpCode is always -1, and the url from "update_url" is correct, it works in browser.
Any idea what may be happening? I am using Arduino 1.8.9, and ESP8266 3.0.2.
I am doing some tests with the library for No-IP. For this, I have added two Serial.println() in EasyDDNS.cpp, one for the variable "update_url" and other for variable "httpCode" when sending the new IP.
httpCode is always -1, and the url from "update_url" is correct, it works in browser.
Any idea what may be happening? I am using Arduino 1.8.9, and ESP8266 3.0.2.
Thank you.