Can CFHEADER values be read by other code?
Posted
by Aidan Whitehall
on Stack Overflow
See other posts from Stack Overflow
or by Aidan Whitehall
Published on 2010-06-15T11:01:19Z
Indexed on
2010/06/15
12:22 UTC
Read the original article
Hit count: 242
The code
<cfheader name="Test" value="1">
<cfheader name="Test" value="2">
results in the header "Test: 2" being sent to the browser (as seen using HttpFox).
Is there a way for the second line of code to determine if a header with the same name has already been written using CFHEADER?
Thanks!
© Stack Overflow or respective owner