@kmishu96 The first thing is u need to record the http request from hotmail signup page till finish, and use the http record/sniff result, its not easy bcoz microsoft/hotmail have much protection etc. or u sniff all request from another sniff program and put into BAS :)
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")