On Thursday, May 9, 2002, at 12:12 , senrong wrote:

> I am require to prompt the customer for a username and password,
> and it will be return to my web proxy server in base64-encoded format as 
> part of the browsers GET request?

do you understand that a 'get' will put it in the URL?

have you thought about doing this in a 'post'?

have you thought about using SSL v2 or v3???

> So how actually do I do it?
>
> Another question, presently I am working on a XP platform and that I wish 
> to do preforking.

what is 'preforking' ????

> I used the win32::process, but it seem not to be working...
> is there any other way to get around it?

Have you thought about revisiting this.... in terms of say
understanding how .htaccess style user authentication works?
Hence off loading this onto the Apache Server and and it's
stock suite of Secure Socket Level mechanisms for doing
various forms of basic authentication....

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to