Hi,

There's more detailed information on working with proxies, including
information on authenticating to proxies if needed, in the following
document:
http://code.google.com/support/bin/answer.py?answer=71349&topic=12142

-Julian

On Mar 30, 7:05 am, Google data programmer
<[email protected]> wrote:
> Hi,
>
> I am getting this exception at setUserCredentials(..) line. Actually i
> am behind a proxy. For that i am trying to set proxy settings like...
>
> Properties systemSettings = System.getProperties();
>         System.getProperties().put( "proxySet", "true" );
>         systemSettings.put("http.proxyHost", "??????");
>         systemSettings.put("http.proxyPort", "80");
>         System.setProperties(systemSettings);
>
> What is the correct values for http.proxyHost and http.proxyPort ?
> Where can i found those values? Does this settings solve my problem???
>
> Thanks inadvance...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" 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/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to