How can you securely send sensitive data from a client to a server in a web application?

  • Encode data in Base64
  • Send data in plain text
  • Use HTTP with custom encryption
  • Use HTTPS (SSL/TLS)
Sensitive data should be sent securely, and using HTTPS (SSL/TLS) ensures encrypted communication between the client and the server, providing a secure way to transmit sensitive information.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *