Have you tried specifying your user agent in the cfhttp post ?. I have seen
certain web servers not play well with cfhttp unless that is specified.

 <cfhttp url="yourbankofamericaserver.com" method="POST" port="443"
resolveurl="true" useragent="Mozilla/4.0 (compatible; MSIE 5.01; Windows NT
5.0)">
----- Original Message -----
From: "JoshMEagle" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 10:30 AM
Subject: RE: Bank of America and e-stores and CFHTTP


> could you show us the code? Are you using <cfhttpparam>? Are you closing
> your </cfhttp>? Are you certain you've included the POST command? It's
hard
> to diagnose without a snippet.
>
> Thanks,
>
> Joshua Miller
> Web Development
> Eagle Technologies Group
> Technology Solutions for the Next Generation
> www.eagletgi.com
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 10:16 AM
> To: CF-Talk
> Subject: Bank of America and e-stores and CFHTTP
>
>
> has anyone had any particular problems or success using CFHTTP to talk to
> BoA's estores solution?  i haven't been able to get it to work, and their
> techs tell me that people have *definately* used CF in the past to do
this.
>
> i can follow thei rinstructions and use a standard HTML form post to their
> processing URL.  this works successfully.  however, when i try to make it
a
> CFHTTP call, i get a "Failed form POST" error from their servers.
>
> anyone lend a hand?
>
> chris olive, cio
> cresco technologies
> [EMAIL PROTECTED]
> http://www.crescotech.com
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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