9 Mar
2001
9 Mar
'01
2:15 p.m.
On Fri, 9 Mar 2001, Tino Wildenhain wrote:
Hi Karthick,
you will the specification how to encode authentication information in rfc2616 (www.faqs.org) Basically is a base64 encoded string consisting of username:password
For simplicity's sake, you might want to consider using a tool like wget, which will let you pass the auth info as a command line switch... it's less tedious than doing the telnetting yourself.