Hi,
We are using JDK1.4 in our environment and working behind a proxy
server. I did try the options listed in
http://code.google.com/apis/gdata/articles/proxy_setup.html but could
not work it out. When we are trying to exchange for session token,
below listed is the piece code: How to setup a proxy in here?
URL url = new URL(sessionUrl);
HttpURLConnection httpConn = (HttpURLConnection)
url.openConnection();
String header = formAuthorizationHeader(onetimeUseToken,
url,"GET");
httpConn.setRequestProperty("Authorization", header);
In the formAuthorizationHeader method, i have
return "AuthSub token=\"" + token + "\"";
Any thoughts or ideas??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Health Developers" 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/googlehealthdevelopers?hl=en
-~----------~----~----~----~------~----~------~--~---