View Single Post
  #1 (permalink)  
Old 08-05-2008, 06:54 PM
Byak@'s Avatar
Byak@ Byak@ is offline
Senior Member
 
Join Date: Jul 2008
Posts: 139
Send a message via ICQ to Byak@
Question Http.dll+proxy=?

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!why?
Reply With Quote