From: "Rob Keniger" <[EMAIL PROTECTED]>
> 
> Interesting - I am not seeing this. It is not returning any filecontent for
> me, no matter what URL I specify - cfm, htm, image or whatever. As long as I
> use verb="head" I get the header only.
> 
> I don't know why this is working differently for you.
> 


I've got cfx_http.dll
 
Created Friday, June 04, 1999 19:22:41
Modified Thursday, July 27, 2000 15:22:10
file size 13KB
version 1.48 

freshly downloaded from Follett.

used code appended below ...

I'd very much like a comparison of .dll markings

I can't imagine the code is much different.

Pan

<cfset thisURL="whatever">
   <CFX_HTTP
           URL="#thisURL#"
           VERB="HEAD"
           USERAGENT="MonkeyStorm"
           TIMEOUT="5">
<cfoutput>#cfx_http.columnlist#<br></cfoutput>
<cfoutput query="cfx_http">
url<br>#url#<br>
responsecode<br>#responsecode#<br>
headers<br>#headers#<br>
contenttype<br>#contenttype#<br>
contentlength<br>#contentlength#<br>
date<br>#date#<br>
lastmodified<br>#lastmodified#<br>
filecontent<br>#filecontent#<br>
</cfoutput>

If whatever is blank.html or evenblanker.cfm then
filecontent returns data
If whatever is a resource item like .jpg  etc.
then filecontent is empty



------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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