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
concurrent threads for http requests
-
I'm trying to get scrape for proxies, heres what im trying to do:
Connect to link
Get Proxy
Apply proxyI just need to make sure only 10 is started at the same time and not more.
between connect to link and apply proxy i need to make sure the number of concurrent threads never gets higher than 10. How would i accomplish this?
-
@rekaa0251 Use the resource "LinesFromUrl" and set the number of threads to 10