Which HTTP client/server method is used when a user sends a basic authentication request to a website using the RESTful API?
- PUT
- GET
- POST
- UPDATE
Explanation: RESTful APIs use the REST architecture to communicate over HTTP with standard methods like GET, POST, PUT, and DELETE. A user sends a GET request to a basic authentication protected web-server to authenticate the user credentials.
Related exam: 15.8.2 Module Quiz Answers – CCNA 200-301 Exam v1.1 Supplemental Module
