Hi there, I'm trying to build a "gateway" to a secured website, which I have access to. I've read the HTTP spec on Authentication, and would like to test the Authentication header. However, I believe I need to encode user-id:password string to base64. So far I've hadn't any luck trying to find out about base64 and how to encode strings to this type. Appreciate any pointers and hints. Thank You. Rgds, Susan
- Re: HTTP/1.1 Authentication : How to do base64 encoding? susan_khor
- Re: HTTP/1.1 Authentication : How to do base64 encodi... Patrick McManus