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
BUG URGENT HTTP CLIENT
-
@stiwert said in BUG URGENT HTTP CLIENT:
http client dont change space to %20 anymore wich makes all http requests with space to fail.
this happen in record and run mode.
I passed the information about the problem to the developer, thank you.
please fix asap since it makes every http request with space in request to fail
Use the "encodeURIComponent" method to correct the url. The data type should be "expression"
"https://www.google.com/search?q=" + encodeURIComponent("q w e r t y")