I have encountered this a few times, and generally found the solution has been to move a long piece of javascript to the bottom of the page instead of the head block. Not sure what this means...perhaps reducing the amount of code output before the cflocation?
----- Original Message ----- From: "Gyrus" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 8:55 AM Subject: Re: help! CFLOCATION and mystery output of HTTP header > ----- Original Message ----- > From: "Cameron Childress" <[EMAIL PROTECTED]> > I've seen this happen when you use CFHTMLHEAD (or was it CFHEADER?) > above a > CFLOCATION. Very odd, but I have seen that before. Look in the code > prior > to the cflocation and see if you can find any CFHTMLHEAD (or CFHEADER) > tags > above it.... Take them out and see if your problem goes away... > ---------------------------- > > No change at all. There was a use of CFHTMLHEAD, I removed that and no > difference. No uses of CFHEADER... > > The fact that NS6 returns the page fine, apart from a chunk of HTTP > header at the top (not in source), but IE5.5 gives a 401: Not > authorised, makes me think that for some reason the CFLOCATION here > isn't passing the correct server authentication info through in the HTTP > header. > > No idea why it's doing this here and nowhere else I use nearly exactly > the same flow of code, though. BTW, when you hit Refresh/Reload, in > either browser, the page that is returned loads fine. So a request from > the client renders fine, a request controlled by CF gets something wrong > in the HTTP headers. > > Is it worth tracking down some info on HTTP headers and how CFLOCATION > might be getting this wrong? Is there a workaround for this sort of > thing? I tried a double redirect, but things got even more messed up! > Maybe I should just leave it (the server processing is fine), and hope > that there's no glitch on a live server where no server authentication > is needed... Feels a little risky! > > - Gyrus > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > - [EMAIL PROTECTED] > work: http://www.tengai.co.uk > play: http://www.norlonto.net > - PGP key available > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

