πŸ“Š Django
Q. Which of the following is not a valid status code that Django’s HttpResponse can return?
  • (A) 200
  • (B) 403
  • (C) 501
  • (D) 999
πŸ’¬ Discuss
βœ… Correct Answer: (D) 999

Explanation: `999` is not a standard HTTP status code recognized by Django.

Explanation by: Mr. Dubey
`999` is not a standard HTTP status code recognized by Django.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
67
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate