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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3.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
@@ -164,7 +164,7 @@ error and clients should follow that redirect. Redirect responses will have a
164
164
`Location` header field which contains the URI of the resource to which the
165
165
client should repeat the requests.
166
166
167
-
Error Code | Description
167
+
Status Code | Description
168
168
-----------|-----------|
169
169
`301` | Permanent redirection. The URI you used to make the request has been superseded by the one specified in the`Location` header field. This and all future requests to this resource should be directed to the new URI.
170
170
`302`,`307` | Temporary redirection. The request should be repeated verbatim to the URI specified in the`Location` header field but clients should continue to use the original URI for future requests.