Question: 1/50
A script calls a REST API and receives an HTTP 401 response. The endpoint URL is correct and reachable. What is the most likely cause?
The client did not include valid authentication credentials
The server successfully processed the request but has no content to return
The server is redirecting the client to a different URL
The request is malformed and cannot be parsed by the server