> 2. For some reason BofA's system is not properly accepting
> the referer that CF 6.1 is feeding it; or the acceptable
> referrer list in the BofA store manager area isn't being read
> properly.  This is the first problem they are trying and
> diagnose/fix.

That's an error in your code:

<cfhttpparam type="HEADER" name="http_referer" value="theagexperts.com">

should be

<cfhttpparam type="HEADER" name="Referer" value="theagexperts.com">

The "HTTP_" part is tacked on by CF when you look at CGI variables, but
isn't part of the actual HTTP request header name.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to