Hi Paulo,
That depends on the language you are using. For .NET, I'd recommend
Fiddler2 (http://fiddler2.com/fiddler2/) as the proxy, and then the code to
set proxy would look like:
WebRequest webRequest = HttpWebRequest.Create(URL);
WebProxy proxy = new WebProxy();
proxy.Address = new Uri("http://localhost:8888");
webRequest.Proxy = proxy;
Fiddler is configured to run as proxy on port 8888, and allowed to decrypt
https traffic.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en