QuestionQ196

Understanding and Using APIs

Which HTTP response status code indicates Forbidden?

  • A 500
  • B 401
  • C 403
  • D 502
Explanation

HTTP status code 403 means Forbidden: the server understood the request but refuses to fulfill it because access is not permitted.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!