10.3 Redirection 3xx


This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request. The action required MAY be carried out by the user agent without interaction with the user if and only if the method used in the second request is GET or HEAD. A client SHOULD detect infinite redirection loops, since such loops generate network traffic for each redirection.
      Note: previous versions of this specification recommended a
      maximum of five redirections. Content developers should be aware  
      that there might be clients that implement such a fixed  
      limitation.  
 
1.      300 Multiple Choices ... 10.3.1  
2.      301 Moved Permanently ... 10.3.2  
3.      302 Found ... 10.3.3  
4.      303 See Other ... 10.3.4  
5.      304 Not Modified ... 10.3.5  
6.      305 Use Proxy ... 10.3.6  
7.      306 (Unused) ... 10.3.7  
8.      307 Temporary Redirect ... 10.3.8