Index: /Validate External Links/http_codes.txt
===================================================================
--- /Validate External Links/http_codes.txt	(revision 1067)
+++ /Validate External Links/http_codes.txt	(revision 1068)
@@ -1,5 +1,5 @@
 ==HTTP Response Status Code Reference==
 For use with ValExtLinks script (http://wiki.oni2.net/ValExtLinks).
-Only codes encountered so far by ValExtLinks are listed here.
+Only codes understood by ValExtLinks are listed here.
 Source: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
 
@@ -21,6 +21,12 @@
     This is an example of industry practice contradicting the standard. The HTTP/1.0 specification required the client to perform a temporary redirect (the original describing phrase was "Moved Temporarily"), but popular browsers implemented 302 with the functionality of a 303 See Other. Therefore, HTTP/1.1 added status codes 303 and 307 to distinguish between the two behaviors. However, some Web applications and frameworks use the 302 status code as if it were the 303.
 
+303 See Other
+    The response to the request can be found under another URI using a GET method.
+
 307 Temporary Redirect
     The request should be repeated with another URI; however, future requests should still use the original URI.
+
+308 Permanent Redirect
+    The request and all future requests should be repeated using another URI.
 
 
