RE: How does CFLOCATION work?

2001-09-17 Thread Billy Cravens
Not quite, but nice try :) --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 9:52 AM To: CF-Talk Subject: RE: How does CFLOCATION work? No!! In a sense it does, but the data

Re: How does CFLOCATION work?

2001-09-17 Thread Nick McClure
I am just going by what CF produces, If you read the headers it calls it an Object Moved. >Correction. Statuscode 302 is "Found", as per RFC 2616, section 10.3.2: ~~ Your ad could be here. Monies from ads go to support these lists and provide more

RE: How does CFLOCATION work?

2001-09-17 Thread Andrew Scott
No!! In a sense it does, but the data before it is not sent to the browser indicating that it does this server side maybe using the cfhttp protocol to direct there. Or JS .location tag. Regards, Andrew Scott -Original Message- From: Richard Kuryk [mailto:[EMAIL PROTECTED]] Sent: Monda

Re: How does CFLOCATION work?

2001-09-17 Thread Michael Vinson
On caveat to this type of redirect is that a target="myFrame" is not supported (you need to use javascript). --mv Nick McClure wrote: > Specifically, it changes the status code to 302, which is Object Moved, it > then adds a new header named Location which is where the browser is > supposed to

Re: How does CFLOCATION work?

2001-09-17 Thread Jochem van Dieten
Nick McClure wrote: > Specifically, it changes the status code to 302, which is Object Moved, it > then adds a new header named Location which is where the browser is > supposed to go. Correction. Statuscode 302 is "Found", as per RFC 2616, section 10.3.2: > One of the side effects of using

Re: How does CFLOCATION work?

2001-09-17 Thread Jochem van Dieten
Richard Kuryk wrote: > Does anyone know how the cflocation tag works, in terms of HTML and HTTP? > Does it use meta refresh tag to redirect the page? cflocation sends an HTTP statuscode 302 "Found" to the browser, while deleting all other HTTP headers (like cookies) and all normal page outpu

RE: How does CFLOCATION work?

2001-09-17 Thread Nick McClure
Specifically, it changes the status code to 302, which is Object Moved, it then adds a new header named Location which is where the browser is supposed to go. One of the side effects of using this type of redirect is the browser is supposed to resend the same request but with a different file.

RE: How does CFLOCATION work?

2001-09-17 Thread Billy Cravens
No. It actually writes to the HTTP headers. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Richard Kuryk [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 8:52 AM To: CF-Talk Subject: How does CFLOCATION work? Does anyone know how the c

RE: How does CFLOCATION work?

2001-09-17 Thread Dave Watts
> Does anyone know how the cflocation tag works, in terms of > HTML and HTTP? Does it use meta refresh tag to redirect the > page? CFLOCATION places an HTTP redirect into the HTTP response header. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496