Question 3 of 10Pro Only
What are HTTP status codes, and which ones should a mobile developer know how to handle?
Sample answer preview
HTTP status codes are three-digit numbers returned by a server in response to an HTTP request. They tell your app whether the request succeeded, failed, or requires additional action.
status-codes401-unauthorized404-not-found429-rate-limit500-server-errorerror-handling