None of the ideas you gave worked, but thanks anyway. It resolved on its own, and if you encounter this issue, the solution is simply to wait — it gets fixed after 24 hours.
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")