Hi Giles, >If there a simple way i can use the HttpClient package with the GetMethod >() and / or the method.getHostConfiguration() method (or any other way) to >determine the protocol being used ?
HostConfiguration has a getProtocol() method and Protocol has an isSecure() method so that should provide all you need. HttpClient questions are generally better asked on the httpclient-dev list as that's where all the cool httpclient people hang out. :) Regards, Adrian Sutton. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
