Hi, I replaced Java URLConnection with HttpClient in our application. This works fine without reverse proxy(Microsoft ISA). But with reverse proxy it is failing with the followng exception Method failed: HTTP/1.1 401 Unauthorized ( The server requires authorization to fulfill the request. Access to the Web server is denied. Contact the server administrator. ) I tried using user credentials. But It did not work either. Do I need to set the host configuration ? My application front end runs on Swing with java web start. Any help is greatly appriciated
Thanks, Sri -- View this message in context: http://www.nabble.com/HttpClient-fails-with-Unauthorized-exception-with-reverse-proxy-tf4351766.html#a12399963 Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
