> >In the HTTP protocol a 404 Error is returned in the header, your return
> >might look like this...
...
> Yes, but is that information available through the CFHTTP
> variables?  I didn't think it was... but I haven't done
> much with CFHTTP besides passing around WDDX stuff, so
> I'm sure I could be mistaken.

If you're using CF 4.5, you can reference CFHTTP.Header, which is the entire
HTTP response header. You can also reference CFHTTP.ResponseHeader, which is
a structure which contains each individual header; if there are any
duplicate lines, the structure member for that header will contain an array
which contains the values for each line.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to