TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Secure Ajax from Non-Secure Pages

1 pointsby crnixonalmost 15 years ago

1 comment

mike-cardwellalmost 15 years ago
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?