Multiple choice technology web technology

HTML status code 502 specifies

  1. Not Implemented

  2. Internal Server Error

  3. Bad Gateway

  4. HTTP Version Not Supported

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

HTTP 502 Bad Gateway indicates that a server acting as a gateway or proxy received an invalid response from an upstream server. It's a server-side error that occurs when one server cannot get a valid response from another server it needs to access to fulfill the request.