Which two best practices should be considered when using RESTful services? (Choose two.)

IT Exam Items RepositoryCategory: CCNA 3 v7Which two best practices should be considered when using RESTful services? (Choose two.)

Which two best practices should be considered when using RESTful services? (Choose two.)

  • use HTTPS
  • compact the URI length
  • encrypt the URI resource link
  • require VPN to be established
  • implement strong authentication

Explanation: REST is an important software architecture for designing network APIs. It sets the rules and constraints for these APIs using existing web technologies and protocols. RESTful APIs use the REST architecture to communicate over HTTP with standard methods. However, the convenience of RESTful services comes with a need for security. REST authentication is crucial for protecting sensitive data and ensuring only authorized users can access or modify resources. In addition, REST-based authentication methods should always use HTTPS to prevent credentials from being intercepted.

Related exam: 15.8.2 Module Quiz Answers – CCNA 200-301 Exam v1.1 Supplemental Module