> Has anyone ever received this error when using 'cfhttp'?
>
> The requested file is not ASCII text and can not be rendered.
>
> Here is my simple code:
>
> <CFHTTP method="get" url="http://www.yahoo.com" resolveurl="yes"
> proxyserver="web-proxy.crp.disney.com">
>
> <cfoutput>
> #CFHTTP.FileContent#
> </cfoutput>
>
> </cfhttp>

Typically, you get this message when the remote server returns a non-text
MIME type. You can test this theory by referencing CFHTTP.MimeType. Also,
your closing CFHTTP tag should be right after your opening CFHTTP tag; you
should only put CFHTTPPARAM tags within a CFHTTP tag.

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

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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