@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 :)
yes bro i know that. But the problems here, i do it manually. And it take me a lot time
if i have 1k key and value = i do it "key1","value1" 1000 times. @@
Why u dont allow user put direct "uid=xxxx&password=xxxx&signform=signin" ?
Easy.. if u have resource like first name, last, city etc then.. in yout login field just tell BAS to write:
<firstname><lastname><AnyDigit><AnyDigit><AnyDigit><AnyDigit>
<firstname><lastname>199<AnyDigit> etc.. or
{{firstname}}{.| }{{{lastname}}|{{year}}}
@GaG No it wasn't the issue, else is not in parenthesis so it's gonna execute anyway. I know that's not the ideal code :P
P.S- the above guy's solution worked.
@dataenter179 said in Cannot load localhost when using proxy!!!:
Same title, i can't load localhost when i using proxy. Please help me!
In computer networking, localhost is a hostname that means this computer. It is used to access the network services that are running on the host via the loopback network interface.
In computer networking, a proxy server is a server application or appliance that acts as an intermediary for requests from clients seeking resources from servers that provide those resources. A proxy server thus functions on behalf of the client when requesting service, potentially masking the true origin of the request to the resource server.
How do you imagine using a proxy to access localhost?