Comment on Ask HN: How secure is plain text input on HTTPS web page?Comments−nabaraz6yThat's how the internet works. All fields in forms are always sent in plain text, so its up to HTTPS to secure it (as long as it is sent via POST request, not GET).
Comments
That's how the internet works. All fields in forms are always sent in plain text, so its up to HTTPS to secure it (as long as it is sent via POST request, not GET).