http.GET() refuses the connection
Posted: Sat Jun 01, 2019 6:41 am
i run the example code BasicHttpClient on my NodeMcuLua esp8266 with the command
i was working with EasyDDNS library and until yesterday it was working as expected and i was getting my ip.. suddendly today it stoped working and nothing in the library is changed!
Code: Select all
to get my public ip from ipify but it always refuses the connection.. its not a problem with the api because i tried to run the example as it is and the same problem occurs.. i also tried to connect to whats my ip api but again connection is refused! i cant find what the problem is...http.begin("http://api.ipify.org/");
i was working with EasyDDNS library and until yesterday it was working as expected and i was getting my ip.. suddendly today it stoped working and nothing in the library is changed!