Valid 350-901 Dumps shared by EduDump.com for Helping Passing 350-901 Exam! EduDump.com now offer the newest 350-901 exam dumps, the EduDump.com 350-901 exam questions have been updated and answers have been corrected get the newest EduDump.com 350-901 dumps with Test Engine here:
A developer has completed the implementation of a REST API, but when it is executed, it returns a 401 error message. What must be done on the API to resolve the issue?
Correct Answer: B
The HTTP 401 Unauthorized client error status response code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource. This status is sent with a WWW-Authenticate header that contains information on how to authorize correctly. This status is similar to 403, but in this case, authentication is possible. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401