We've seen this with CF 5 when we use CFHTMLHEAD. If we use CFHTMLHEAD in a template before the actual HTML <head> tag, we'd sometimes see the HTTP headers appear above the HTML output. This happened more often when we did a redirect to the page (ie cflocation).
We moved all of our CFHTMLHEAD tags to ensure they were below the physical <head> tags and the problem disappeared. Matt -----Original Message----- From: Andrew Peterson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 1:13 PM To: CF-Talk Subject: What are these, headers? Hi The text below is randomly appearing at the top of some of my web pages: HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Thu, 28 Feb 2002 17:45:56 GMT Content-Type: text/html Accept-Ranges: bytes Last-Modified: Thu, 28 Feb 2002 17:44:15 GMT ETag: "90e1e5897fc0c11:1df0" Content-Length: 1991537 What is this? This text seems to appear only when I am using CFLocation to redirect to a static html page that I created through CFHTTP, and it occurs randomly. However, I've learned through testing that if I use a Meta Refresh instead of a CFLocate, text does not appear (i.e. problem solved). However, I am still curious as to what is going on. Plus, I like CFLocate better (no clicking in I.E. when page is redirected) Can anyone tell me what this is and how to guarantee its absence from my page? Below is my cfhttp code that generates the page the first time it accessed. <CFHTTP METHOD = "get" URL="#request.ServerPath#/index.cfm?fuseaction=getCard&#parms#" PATH="e:\#request.root#\Cache" FILE="cache#NewID#.html"> If the page is called is accessed again, Cflocation accesses the cached version of the page, and sometimes that wierd header shows up: <CFIF CheckCache.RecordCount> <cflocation url="/cache/#checkcache.file#"> . Any ideas greatly appreciated. Thanks! Andrew ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb 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

