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
How to load an URL after another
-
@ggma said in How to load an URL after another:
Hi,
I have a list of URL I need to load one after another.
URL1
URL2
URL3Script :
Load URL1
Perform actionsLoad URL2
Perform actionsLoad URL3
Perform actionsHow should I do it ?
Thanks a lot !
Cicle "FOR"