Resolve http form post as https form post
Posted
by Brian David Berman
on Stack Overflow
See other posts from Stack Overflow
or by Brian David Berman
Published on 2010-06-03T03:51:39Z
Indexed on
2010/06/03
4:24 UTC
Read the original article
Hit count: 423
Is there a way to force a non-secure form post to be secure? I understand there are ways to automatically resolve an http URL as an https URL but with form posts, is this type of redirection too late? Will the posted data have already gone through the wire as plain text?
© Stack Overflow or respective owner