Re: [Phplib-users] Re: latest snapshot
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2002-11-06 23:20:10
|
At 22:41 +0100 6/11/02, Giancarlo wrote: >the requested url passes in cleartext, even with SSL, while msg headers >(cookies) and bodies are encrypted. No, that's not right. An SSL connection between a browser and a server is completely encrypted, end-to-end. Even when the request runs through a proxy server, the proxy cannot decrypt the traffic and does not have access to the URL. ...Richard. |