For highly secure data transmission in Web APIs, which method is recommended for data transfer?

  • HTTPS
  • FTP
  • HTTP
  • TCP
HTTPS (Hypertext Transfer Protocol Secure) is the recommended method for highly secure data transmission in Web APIs. It adds a layer of encryption (SSL/TLS) to the HTTP protocol, ensuring that data transmitted between the client and server is encrypted and secure from eavesdropping or tampering.
Add your answer
Loading...

Leave a comment

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