To restrict access to certain resources in RESTful APIs, ___________ is commonly employed.

  • OAuth
  • API keys
  • HTTPS
  • JSON Web Tokens (JWTs)
The correct option is HTTPS. HTTPS (Hypertext Transfer Protocol Secure) is commonly used to secure RESTful API communications by encrypting data exchanged between clients and servers. It helps prevent unauthorized access, data tampering, and eavesdropping. HTTPS is a fundamental security measure in modern web development, including RESTful API implementations.
Add your answer
Loading...

Leave a comment

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