> -----Original Message-----
> From: Peter Theobald [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 17, 2001 1:24 PM
> To: CF-Talk
> Subject: CFLOCATION: The document has moved HERE??
>
>
> My app has a CFLOCATION that works on most browsers... however on
> a MAC running IE5 instead of being redirected to the new page,
> users are getting a page with the message:
>
> HTTP/1.1 302 Found Date: Sun, 18 Jun 2000 19:27:39 GMT Server:
> Apache/1.3.9 (Unix) (Red Hat/Linux) Location: /organizer.cfm
> Keep-Alive: timeout=15, max=100 Connection: Keep-Alive
> Transfer-Encoding: chunked Content-Type: text/html cd
>
> Found
> The document has moved here.
>
> And "here" is a link to the page they were supposed to be redirected to.
>
> Has anyone seen this behavior? Any ideas?
I happen to be currently reading (in part of my free time!) HTTP Essentials by Stephen
Thomas.
Here is part of the explanation of a 302 found response from the book:
"An http 302 FOUND response indicates that the resource has temporarily moved to a new
location, and the client should reissue its request to a new URL. In practice, many
clients that receive a 302 found status will send a GET request to the new URL, even
if the original used another method. This behavior actually violates the HTTP
specifications, but it is so common that servers should take it into account."
Apparently the browser code is not conforming to http 1.1, since in http 1.1 303 See
Other and 307 Temporary Redirect status codes were introduced to address this problem.
The temporary redirect (307) was added in 1.1 because so many clients reacted
improperly to the 302 found status.
- Andy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists