Has anyone had something happen to them like this using cfhttp-post?
Here's my error on:
"Error","TID=207","06/24/102","10:29:22","10.24.1.122, Mozilla/4.0
(compatible; MSIE 6.0; Windows NT 5.1; Q312461; .NET CLR 1.0.3705),
'Error resolving parameter CFHTTP.RESPONSEHEADERCold Fusion was unable
to determine the value of the parameter. This problem is very likely due
to the fact that either:  You have misspelled the parameter name, or
You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or
CFTABLE tag.The error occurred while evaluating the expression:
#cfhttp.responseHeader#  The error occurred while processing an element
with a general identifier of (#cfhttp.responseHeader#), occupying
document position (91:22) to (91:44).  Date/Time: 06/24/02
10:29:22Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
Q312461; .NET CLR 1.0.3705)Remote Address: 10.24.1.122HTTP 

I'm not referring to cfhttp.responseheader? This must be something that
cf does behind the scenes when running a cfhttp post.
Here's my code:
 
<cfhttp url=" <http://10.18.10.103:81/resize.cfm>
http://10.18.10.103:81/resize.cfm"; method="POST" resolveurl="false">
   <cfhttpparam type="URL" name="photo" value="#i#">
</cfhttp>
 
Wait! It gets better. This code works in a dev environment when I'm
cfhttp'ing to a network in our building behind our firewall. 
Ideas?
 
Greg Luce
eDiets.com
3801 W. Hillsboro Blvd
Deerfield Beach, FL 33442
 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
954.360.9022 x116
 

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to