Re: Re : Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread AdWords API Advisor
Hi Thomas, I still can't replicate this issue. I'm using v12.4.0, but the proxy code hasn't changed from v12.3.0. Here's how I am testing, that may give a hint about what's going wrong. - Setup a proxy using squid: http://news.softpedia.com/news/Seting-Up-a-HTTP-Proxy-Server-with-Authenticatio

Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread AdWords API Advisor
Hi Thomas, Which version of the library (not the API) are you using? The latest version is 12.4.0. I'm trying to replicate the issue you are mentioning, but so far I'm out of luck. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re : Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread Thomas D
Hi Anash, It's the version 12.3.0 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you ar

Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread Thomas D
I use the v201101 of the client library -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Re : Re: Need help with Proxy authentication in C#

2011-07-20 Thread Kevin Winter
Hi Thomas, Out of curiosity, what version of the .NET client library are you using? It's possible you may be using an out of date version. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

Re : Re: Need help with Proxy authentication in C#

2011-07-18 Thread Thomas D
Hi Jo, The problem comes from the AdWordsUser constructor: it try to authenticate the user before applying the proxy settings... I use a method which get the authtoken and use another method to instantiate the AdWordsUser to solve the problem. To get the authtoken: public static string GetAut