[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
[0048]
[0049]
[0050]
[0051]
[0052]
[0053]
[0054]
[0055]
[0056]
[0057]
[0058]
[0059]
[0060]
[0061]
[0062]
[0063]
[0064]
[0065]
[0066]
[0067]
[0068]
[0069]
[0070]
[0071]
[0072]
[0073]
[0074]
[0075]
[0076]
[0077]
[0078]
[0079]
[0080]
[0081]
[0082]
[0083]
[0084]
[0085]
[0086]
[0087]
[0088]
[0089]
[0090]
[0091]
[0092]
[0093]
[0094]
[0095]
[0096]
[0097]
[0098]
[0099]
[0100]
[0101]
[0102]
[0103]
[0104]
[0105]
[0106]
[0107]
[0108]
[0109]
[0110]
[0111]
[0112]
[0113]
[0114]
[0115]
[0116]
[0117]
[0118]
[0119]
[0120]
[0121]
[0122]
[0123]
[0124]
[0125]
[0126]
[0127]
[0128]
[0129]
[0130]
[0131]
[0132]
[0133]
[0134]
[0135]
[0136]
[0137]
[0138]
[0139]
[0140]
[0141]
[0142]
[0143]
[0144]
[0145]
[0146]
[0147]
[0148]
[0149]
[0150]
[0151]
[0152]
[0153]
[0154]
[0155]
[0156]
[0157]
[0158]
[0159]
[0160]
[0161]
[0162]
[0163]
[0164]
[0165]
[0166]
[0167]
[0168]
[0169]
[0170]
<!DOCTYPE html>
<html>
<head>
<title>3xx - Redirection</title>
</head>
<body>
<font size="+2"><b>3xx &nbsp;-&nbsp; Redirection</b></font>

<hr size="2" width="85%" align="left" noshade>

<font size="-2">
&nbsp;Extracts from RFC 2068,
&quot;Hypertext Transfer Protocol -- HTTP/1.1&quot;,
R. Fielding, et.al., 1997
</font>

<p>
   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.-->

<blockquote>
<a href="status1xx.html">1xx &nbsp;-&nbsp; Information</a><br>
<a href="status2xx.html">2xx &nbsp;-&nbsp; Success</a><br>
<a href="#300">300 &nbsp;-&nbsp; Multiple Choices</a><br>
<a href="#301">301 &nbsp;-&nbsp; Moved Permanently</a><br>
<a href="#302">302 &nbsp;-&nbsp; Found</a><br>
<a href="#303">303 &nbsp;-&nbsp; See Other</a><br>
<a href="#304">304 &nbsp;-&nbsp; Not Modified</a><br>
<a href="#305">305 &nbsp;-&nbsp; Use Proxy</a><br>
<a href="#306">306 &nbsp;-&nbsp; (Unused)</a><br>
<a href="#307">307 &nbsp;-&nbsp; Temporary Redirect</a><br>
<a href="status4xx.html">4xx &nbsp;-&nbsp; Client Error</a><br>
<a href="status5xx.html">5xx &nbsp;-&nbsp; Server Error</a>
</blockquote>

<a name="300">
<p><b>300&nbsp; Multiple Choices</b>
</a>

<p>
   The requested resource corresponds to any one of a set of
   representations, each with its own specific location, and agent-
   driven negotiation information <!-- (section 12) --> is being provided so that
   the user (or user agent) can select a preferred representation and
   redirect its request to that location.

<p>
   Unless it was a HEAD request, the response SHOULD include an entity
   containing a list of resource characteristics and location(s) from
   which the user or user agent can choose the one most appropriate. The
   entity format is specified by the media type given in the Content-
   Type header field. Depending upon the format and the capabilities of
   the user agent, selection of the most appropriate choice MAY be
   performed automatically. However, this specification does not define
   any standard for such automatic selection.

<a name="301">
<p><b>301&nbsp; Moved Permanently</b>
</a>

<p>
   The requested resource has been assigned a new permanent URI and any
   future references to this resource SHOULD use one of the returned
   URIs.  Clients with link editing capabilities ought to automatically
   re-link references to the Request-URI to one or more of the new
   references returned by the server, where possible. This response is
   cacheable unless indicated otherwise.

<p>
   The new permanent URI SHOULD be given by the Location field in the
   response. Unless the request method was HEAD, the entity of the
   response SHOULD contain a short hypertext note with a hyperlink to
   the new URI(s).

<p>
   If the 301 status code is received in response to a request other
   than GET or HEAD, the user agent MUST NOT automatically redirect the
   request unless it can be confirmed by the user, since this might
   change the conditions under which the request was issued.

<a name="302">
<p><b>302&nbsp; Found</b>
</a>

<p>
   The requested resource resides temporarily under a different URI.
   Since the redirection might be altered on occasion, the client SHOULD
   continue to use the Request-URI for future requests.  This response
   is only cacheable if indicated by a Cache-Control or Expires header
   field.

<p>
   The temporary URI SHOULD be given by the Location field in the
   response. Unless the request method was HEAD, the entity of the
   response SHOULD contain a short hypertext note with a hyperlink to
   the new URI(s).

<p>
   If the 302 status code is received in response to a request other
   than GET or HEAD, the user agent MUST NOT automatically redirect the
   request unless it can be confirmed by the user, since this might
   change the conditions under which the request was issued.

<a name="303">
<p><b>303&nbsp; See Other</b>
</a>

<p>
   The response to the request can be found under a different URI and
   SHOULD be retrieved using a GET method on that resource. This method
   exists primarily to allow the output of a POST-activated script to
   redirect the user agent to a selected resource. The new URI is not a
   substitute reference for the originally requested resource. The 303
   response MUST NOT be cached, but the response to the second
   (redirected) request might be cacheable.

<p>
   The different URI SHOULD be given by the Location field in the
   response. Unless the request method was HEAD, the entity of the
   response SHOULD contain a short hypertext note with a hyperlink to
   the new URI(s).

<a name="304">
<p><b>304&nbsp; Not Modified</b>
</a>

<p>
   If the client has performed a conditional GET request and access is
   allowed, but the document has not been modified, the server SHOULD
   respond with this status code. The 304 response MUST NOT contain a
   message-body, and thus is always terminated by the first empty line
   after the header fields.

<a name="305">
<p><b>305&nbsp; Use Proxy</b>
</a>

<p>
   The requested resource MUST be accessed through the proxy given by
   the Location field. The Location field gives the URI of the proxy.
   The recipient is expected to repeat this single request via the
   proxy. 305 responses MUST only be generated by origin servers.

<a name="306">
<p><b>306&nbsp; (Unused)</b>
</a>

<p>
   The 306 status code was used in a previous version of the
   specification, is no longer used, and the code is reserved.

<a name="307">
<p><b>307&nbsp; Temporary Redirect</b>
</a>

<p>
   The requested resource resides temporarily under a different URI.
   Since the redirection MAY be altered on occasion, the client SHOULD
   continue to use the Request-URI for future requests.  This response
   is only cacheable if indicated by a Cache-Control or Expires header
   field.

<p><hr size="2" width="85%" align="left" noshade><br>

</body>
</html>