Skip to main content

Practice ยท 1 of 1

Read the Status Codes

Match each situation to its HTTP status code: answers = { anonymousRun: "?", missingPage: "?", tooManyRequests: "?", allGood: "?" } - anonymousRun: an anonymous user tries to execute code (the server refuses; not signed in) - missingPage: the requested page does not exist - tooManyRequests: the client exceeded the rate limit - allGood: the request succeeded

Difficulty: intermediate

Back to lesson: Practice: HTTP and JSON: The Language Servers Speak โ€” Practice