Proxy Authentication in .NET - for external API
        Posted  
        
            by n0vic3c0d3r
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by n0vic3c0d3r
        
        
        
        Published on 2009-05-27T06:46:12Z
        Indexed on 
            2010/04/27
            5:13 UTC
        
        
        Read the original article
        Hit count: 468
        
I'm developing a twitter messaging utility using Twitter API (twitterizer). But since I'm within a corporate proxy, I'm getting the error '407 Proxy Authentication Required'. Is there any way to authenticate the user before calling the API or use the default proxy settings?
P.S Internally the API is using HttpWebRequest.
© Stack Overflow or respective owner