502 Bad Gateway
El servidor, actuando como gateway o proxy, recibió una respuesta inválida de un servidor entrante al que accedió mientras intentaba cumplir con la solicitud.
- Source: RFC7231 Section 6.6.3
502 Code References
-
.NET HTTP Status Enum
HttpStatusCode.BadGateway -
Rust HTTP Status Constant
http::StatusCode::BAD_GATEWAY -
Rails HTTP Status Symbol
:bad_gateway -
Go HTTP Status Constant
http.StatusBadGateway -
Symfony HTTP Status Constant
Response::HTTP_BAD_GATEWAY -
Python2 HTTP Status Constant
httplib.BAD_GATEWAY -
Python3+ HTTP Status Constant
http.client.BAD_GATEWAY -
Python3.5+ HTTP Status Constant
http.HTTPStatus.BAD_GATEWAY