I believe 4.51+ has more ability to read headers of CFHTTP.. Lets see...

Ah, not sure what version this showed up in, but the help for CFHTTP in
studio says:

CFHTTP.ResponseHeader(http_hd_key) - so this looks like a struct of the
headers
CFHTTP.Header - the raw header text
CFHTTP.StatusCode - the response code by itself.

Good luck!

Gregory Harris wrote:
> 
> Hello all!  Currently I'm using CFHTTP to call a header externally.  However if the 
>page that I'm calling returns a 404 (or some other error) how can I determine this?  
>Or is everyone going to tell me to use CFX_HTTP?  Granted that this is an external 
>clients server, I'm hoping I don't have to tell them to install CFX_HTTP.  Thanks!
> 
> Gregory Harris
> Web Developer
> ____________
> The Stirling Bridge Group, LLC
> *We Engineer Internet Business Solutions*
> TEL: (949) 707-1534  FAX: (949) 707-1535
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to