Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 51

A 401 HTTP response code is returned when calling a REST API. What is the error state identified by this response code?

Answer options

Correct answer: B

Explanation

A 401 HTTP response code means that the request requires user authentication and has not been fulfilled because the user has not provided valid authentication credentials. Options A, C, and D pertain to different error states, such as syntax errors, authorization issues after the request is accepted, and resource not found errors, respectively.