From c5684fa7dbc2c237f6ddde3bcf53e5a2e85151ef Mon Sep 17 00:00:00 2001 From: Olivier Jaquemet Date: Mon, 23 May 2016 12:08:50 +0200 Subject: [PATCH] Fix typo for status code 308 : s/experiemental/experimental/ --- httpstatuscodes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpstatuscodes.html b/httpstatuscodes.html index 9dc661b..3b3a4e1 100644 --- a/httpstatuscodes.html +++ b/httpstatuscodes.html @@ -336,7 +336,7 @@
- 308 Permanent Redirect (experiemental) + 308 Permanent Redirect (experimental)

Wikipedia

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 require the HTTP method to change. So, for example, submitting a form to a permanently redirected resource may continue smoothly.