Ahhh, it was some javascript includes in the header of the index page. I switched the process to it's own dedicated page instead of through the main index and the phantom data is gone.
And, of course, since the javascript is commented to hide from unsupported browsers, it was taking up space, but not displaying in cfhttp.filecontent (which I suppose is an unsupported browser). Thanks Brad, that was very helpful. -Mike >Are you using CFHTMLHead, CFAjaxProxy, or any other tag that sneaks >content into the header? Also, does your Application.[cfc|cfm] file >produce any output. > >I'm failing to understand why you can't just dump out the >cfhttp.filecontent and look at it. Hit it in a browser and view source. > If the first value is "<" there are probably some script tags or >something getting in the output. > >~Brad > >I have a page that posts form data via cfhttp post and then receives a >comma separated list of response values. I control both the remote >posting code and the code that generates the response. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327417 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

