From 64045fc1e39702450d5a98a088cf942193e7b966 Mon Sep 17 00:00:00 2001 From: Robb Shecter Date: Thu, 6 Mar 2014 23:07:33 -0800 Subject: [PATCH] 308 seems to be an official IETF experimental code --- codes/3.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codes/3.json b/codes/3.json index f725ca6..e30df30 100644 --- a/codes/3.json +++ b/codes/3.json @@ -168,11 +168,11 @@ }, "308":{ "code":"308", - "title":"Resume Incomplete", - "summary":"resumable HTTP requests", + "title":"Permanent Redirect", + "summary":"connect again to a different URI using the same method", "descriptions":{ "wikipedia":{ - "body":"This code is used in the Resumable HTTP Requests Proposal to resume aborted PUT or POST requests.", + "body":"The request, and all future requests should be repeated using another URI. 307 and 308 (as proposed) parallel the behaviours of 302 and 301, but do not allow the HTTP method to change. So, for example, submitting a form to a permanently redirected resource may continue smoothly.", "link":"http:\/\/en.wikipedia.org\/wiki\/List_of_HTTP_status_codes#308" } },