Search Result

Collapse
4 results in 0.0024 seconds.
Keywords
Members
Tags
proxy
  •  

  • kompexecutor
    started a topic Proxy chain in python, socks

    Proxy chain in python, socks

    Hi, I am looking for way of building proxy chain in python and found not much information i.e:

    Code:
    import urllib2
    import socks
    socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS4, 'proxie', port)
    socks.wrapmodule(urllib2)
    yy = urllib2.urlopen('http://www.yahoo.com').read()
    is showing "URLError: <urlopen error [Errno 10054] >" error

    Please anyone write link, or some information...
    See more | Go to post

  • consecutive HttpWebRequest to a Web Service server failing

    Hi All,
    I am trying to Post a number of requests to a web service on a client server from a console application.Thr ough this application I am firing some 400 requests to the Web Service, one after another.
    Now the problem, the first few requests gets to the web service, and fails all the consecutive requests after that, returning 404 page not found from IIS, not from the Web Service.
    We had some problem with the proxy setting...
    See more | Go to post

  • moorcroft
    started a topic Network help through socks proxy

    Network help through socks proxy

    Hi, I'm looking networking help. I have a secure tunnel set up which gives me an http proxy on port 8080 and a socks proxy on port 1080. I also have ProxyCap installed which is configured to push all network traffic apart from a few exceptions through the socks proxy.

    Basically my problem is that if I try to run uTorrent with this method, it freezes and will not let me connect to any tracker. Could someone please give me a hand with...
    See more | Go to post

  • McoreD
    started a topic How to get host/port from DefaultWebProxy?

    How to get host/port from DefaultWebProxy?

    Hi All,

    I understand HttpWebRequest. DefaultWebProxy returns you default port/host in a computer that it is connected to, if such proxy exists.

    Code:
           /// <summary>
            /// Returns a WebProxy object based on active ProxyInfo and if Proxy is enabled, returns default system proxy otherwise
            /// </summary>
            public static IWebProxy GetProxySettings()
            {
    ...
    See more | Go to post
    Last edited by McoreD; Aug 28 '09, 11:14 PM. Reason: bigger photo
Working...