I am trying to do POST using HttpURLConnection. Also I would like to do Basic/Digest/NTLM Authentication at the same time. Since most of my earlier code is done using java.net.HttpURLConnection, I would like to maintain the APIs such as getOutputStream(), getInputStream() and get/setHeader(). Does anyone know how can I do that using the 2.0 version?
Thanks, Zulfi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
