Skip to main content
June 12, 2008
Answered

CFHTTP

  • June 12, 2008
  • 2 replies
  • 847 views
Hello,

I finally got CF 8.01 installed. I was running CF 5. I have a CFHTTP call to Innovative Gateway credit card processor. In CF 5 it returns all the valid data from the Innovative Gateway API. In CF 8 I get Error: 7101 target_app is invalid. I'm also emailing the gateway but I think it's an issue with CF 8. Anyone run into this?

Thanks.
    This topic has been closed for replies.
    Correct answer
    Turned out the problem was that in the CFHTTP PARAM I was refering to a variable without using trim(). Once I trimmed the variable "#trim(var_here)#" it worked.

    2 replies

    Correct answer
    June 23, 2008
    Turned out the problem was that in the CFHTTP PARAM I was refering to a variable without using trim(). Once I trimmed the variable "#trim(var_here)#" it worked.
    Legend
    June 16, 2008
    If they don't use a "known" SSL certificate authority, then you will need to import the certificate into the JAVA runtime -- I forget the exact terminology, I just remember it was a pain in the early MX days because the "known" authorities were slim.

    By "known" I mean that the JRE knows about them...

    Also, it could be an unknown user agent. I don't know about the latest MX version, but 5 and earlier versions of MX did not specify the user agent by default so some servers rejected the requests. Here is an example from our Shift4OTN tag (the last line):

    Known Participant
    June 21, 2008
    I think Steve's referring to the keytool in java:

    - http://www.digicert.com/ssl-certificate-installation-java.htm