You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/http/reference/status/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ The status codes listed below are defined by [RFC 9110](https://httpwg.org/specs
177
177
- : The server has encountered a situation it does not know how to handle.
178
178
This error is generic, indicating that the server cannot find a more appropriate `5XX` status code to respond with.
179
179
- {{HTTPStatus(501, "501 Not Implemented")}}
180
-
- : The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore that must not return this code) are {{HTTPMethod("GET")}} and {{HTTPMethod("HEAD")}}.
180
+
- : The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore must not return this code) are {{HTTPMethod("GET")}} and {{HTTPMethod("HEAD")}}.
181
181
- {{HTTPStatus(502, "502 Bad Gateway")}}
182
182
- : This error response means that the server, while working as a gateway to get a response needed to handle the request, got an invalid response.
0 commit comments