HTTP status codes — quick cheat sheet ✅ 200 OK: request succeeded 🆕 201 Created: new resource saved 📝 204 No Content: success, nothing to return 🔀 301 Moved Permanently: use new URL ↪ 302 Found: temporary redirect 🧾 304 Not Modified: use cached version
🙅 400 Bad Request: invalid input 🪪 401 Unauthorized: missing/invalid auth 🚫 403 Forbidden: authenticated but not allowed ❓ 404 Not Found: resource doesn’t exist ⏳ 408 Request Timeout: client took too long 🧯 409 Conflict: state/version clash
💥 500 Internal Server Error: server crashed 🛠 502 Bad Gateway: upstream failed 🕸 503 Service Unavailable: overloaded/maintenance ⌛ 504 Gateway Timeout: upstream too slow
tips • return precise codes; don’t default to 200/500 • include a machine-readable error body (code, message, details) • never leak stack traces in production • pair 304 with ETag/If-None-Match for caching
United States الاتجاهات
- 1. Mateer 5,814 posts
- 2. Michigan 146K posts
- 3. Ohio State 65.9K posts
- 4. Tim Banks N/A
- 5. Pavia 3,132 posts
- 6. Oklahoma 24.5K posts
- 7. Arbuckle 1,076 posts
- 8. Buckeyes 21.2K posts
- 9. Hawkins 13.2K posts
- 10. Vandy 8,182 posts
- 11. #Sooners 1,686 posts
- 12. #SurvivorSeries 21.3K posts
- 13. Underwood 10.7K posts
- 14. Venezuela 475K posts
- 15. Ryan Day 10.2K posts
- 16. Jaylen Brown 1,951 posts
- 17. Miami 66.3K posts
- 18. Bono 8,511 posts
- 19. Baugh 1,629 posts
- 20. Hunter Simmons N/A
Something went wrong.
Something went wrong.