Re: Data over HTTPS via Proxy.How to set up Proxy details in my application??
Posted By:
Heinrich_Soebke
Posted On:
Wednesday, March 6, 2002 08:48 AM
http://www.javaworld.com/javaworld/javatips/jw-javatip42.html
Re: Data over HTTPS via Proxy.How to set up Proxy details in my application??
Posted By:
Heinrich_Soebke
Posted On:
Thursday, February 28, 2002 04:07 AM
Hi Ajay,
maybe you have to set up the Authorization header programmatically:
URLConnection.setRequestProperty ( "Authorization", AuthorizationBasic-String) );
Bye
Heinrich