I too am getting this problem this is my error
"Thread #1 : Error occurred : Failed to get page http://ip.bablosoft.com/?requestid=88198 with HttpClient"
It seems I keep sending GET requests but am getting nothing in return. Is this just a temporary bug on bablosofts side? or is it a fixable error on my side, let me know what you guys think
And if you are just trying to scrape data, you should
go with http requests with http client, It would be much
faster and would save a tons of bandwidth usage.
Is it also advisable to use http client if I want to send out emails using a webmail service? Or is there another approach appropriate? Thx!