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
Get URL PARTS only
-
Hi, Please help.
I got a URL
https://www.xxxxxxxx.com/profilexxxxx/?keywords=&xxxxx=xxxxx&has_xxxxx=1&xxxxx_xxxxx=1&p=3
how can I get the "3" only after the p=?
Please any help? Im getting the FULL URL via Current URL button in BAS and storing it to a variable, now how can I split the FULL URL and only SAVE the "3" at the end?
Thank you
-
@stephenperry18, execute code
[[P]] = [[URL]].split("p=")[1]