Post to HTTPS from HTTP - Secure?
am 07.05.2007 20:41:51 von ethanselzer
Hi,
When posting to HTTPS (action=https://domain.com/processForm.aspx)
from an HTTP page on another site (http://myOtherDomain.net/
mypage.html) is the post data secure (encrypted)?
Thanks,
Ethan
Re: Post to HTTPS from HTTP - Secure?
am 08.05.2007 05:39:09 von Ken Schaefer
Yes
SSL/TLS encryption is negotiated before any data / page request is sent to
the server.
Cheers
Ken
--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
wrote in message
news:1178563311.395817.294280@e65g2000hsc.googlegroups.com.. .
> Hi,
> When posting to HTTPS (action=https://domain.com/processForm.aspx)
> from an HTTP page on another site (http://myOtherDomain.net/
> mypage.html) is the post data secure (encrypted)?
> Thanks,
> Ethan
>
Re: Post to HTTPS from HTTP - Secure?
am 08.05.2007 09:01:07 von ethanselzer
Ken,
Thank you, that is very helpful. This is not the first time you have
saved the day; adOpenStatic.com has come to the rescue more than a few
times over the years.
Thanks again!
Ethan