Apache2-API

 view release on metacpan or  search on metacpan

lib/Apache2/API/Status.pm  view on Meta::CPAN

1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
See also C<308 Permanent Redirect>
 
=head2 HTTP_MOVED_TEMPORARILY (302)
 
 
This is returned to indicate the resource was found, but somewhere else. This is to be understood as a temporary change.
 
The de facto standard, divergent from the original intent, is to point the client to a new location after a C<POST> request was performed. This is why the status code C<307> was created.
 
See also C<307 Temporary Redirect>, which more formally tells the client to reformulate their request to the new location.
 
See also C<303 See Other> for a formal implementation of aforementioned de facto standard, i.e. C<GET> new location after C<POST> request.
 
=head2 HTTP_SEE_OTHER (303)
 
 
This is returned to indicate the result of processing the request can be found at another location. For example, after a C<POST> request, such as:
 
    HTTP/1.1 303 See Other



( run in 0.347 second using v1.01-cache-2.11-cpan-64827b87656 )