Live data from Hacker News

Secure Ajax from Non-Secure Pages

viget.com

1–2 of 2 posts

Re: Secure Ajax from Non-Secure Pages

#2
If a form is going to submit data over a secure channel, the page containing the form should be retrieved over a secure channel also. Otherwise what’s to stop somebody intercepting and modifying the pages HTML so that the form submits the data in plain text elsewhere?