RE: Editing the http info before it goes to the browser. [SOLVED]!

2012-02-21 Thread DURETTE, STEVEN J
Tuesday, February 21, 2012 12:12 PM To: 'cf-talk@houseoffusion.com' Subject: RE: Editing the http info before it goes to the browser. Dave, How would I do that? I have to include the Application.cfm from the higher level (part of the requirements) and in that file is a cfheader (ac

RE: Editing the http info before it goes to the browser.

2012-02-21 Thread DURETTE, STEVEN J
Sent: Tuesday, February 21, 2012 12:08 PM To: cf-talk Subject: Re: Editing the http info before it goes to the browser. You can't really do anything about that directly. But you could create your own Application.cfc/cfm and override whatever's being done at that higher level. Dave Watts

Re: Editing the http info before it goes to the browser.

2012-02-21 Thread Dave Watts
> I'm working on an application where I am not allowed to do anything to the > settings created at an upper layer of the app. In those upper layers > there is a CFHEADER tag that is causing problems for my part of the > application. I need to remove it before it gets sent to the browser. > > Doe