I want to use Toonel.net as proxy.
request.New2(url,1251)
request.SetProxy2("127.0.0.1","8080",false,"","")
request.TimeOut=60000
response.New2(1251)
response.Value=request.GetResponse
code=response.GetString
response.Close
http work but not with toonel and without compressing!:sign0148:why?
request.New2(url,1251)
request.SetProxy2("127.0.0.1","8080",false,"","")
request.TimeOut=60000
response.New2(1251)
response.Value=request.GetResponse
code=response.GetString
response.Close
http work but not with toonel and without compressing!:sign0148:why?