-->
Page 1 of 1

http.GET() refuses the connection

PostPosted: Sat Jun 01, 2019 6:41 am
by comertial
i run the example code BasicHttpClient on my NodeMcuLua esp8266 with the command
Code: Select allhttp.begin("http://api.ipify.org/");
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...
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!

Re: http.GET() refuses the connection

PostPosted: Wed Jun 05, 2019 2:46 pm
by comertial
i just found out that i only get the connection refused when i am connected to my home's access point... when i connect to a different AP i get the ok respond... i dont know what the problem is but it seems to be with my router...
can anyone help me?

Re: http.GET() refuses the connection

PostPosted: Thu Jun 06, 2019 1:39 pm
by schufti
did you allready try different versions of lwIP?

Re: http.GET() refuses the connection

PostPosted: Fri Jun 28, 2019 4:47 am
by Seay60
Yes..try changing the version of the same..It would work....Bcoz version error is the most common error in such system