CFHTTP help/clarification

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default CFHTTP help/clarification

    Hello, I am using CFHTTP for the first time in this manner. What I am trying to
    do is take a 3rd party web sites form processing (a vendor we have a
    relationship with), and integrate it into our web site. The issue I am having
    is that it is a multi step process (as opposed to a simple submit/response),
    and I want my users to stay on my site (thus the use of CFHTTP). I can get the
    initial form no problem (we pass the equivalent of a user ID to get relevant
    information from the 3rd party?s database). I manipulate the File Content so
    that the form submits to a page on OUR site (keeping the user on the site)
    Upon submit, the next step would be to submit the form to the 3rd party site -
    this is where I am wondering if I am doing the right thing. I see that I can
    Post to that site, but it appears that I need to CFHTTPPARAM each individual
    form field submitted ? is that correct? Is it possibly to just submit the
    entire form in one foul swoop? (The answer will help me determine my course for
    the rest of the multi step process) Any help appreciated. Cheers,
    David

    davidmedifit Guest

  2. Similar Questions and Discussions

    1. Need clarification on FH MX issue
      It was useful in to be able to double click this handle to "select all" of the contents of the clipping path. It is still mentioned in the help and...
    2. Bartosik Clarification
      At www.davebartosik.com one tutorial states that Pub objects should not overlap lest they get HTML-genned into graphics. For further clarification...
    3. Clarification on SBSPACES
      Hi We have informix Database 9.2 running on Solaris, ad our database is registered with datablades, which we are not using at all. As i am...
    4. Clarification please
      While perusing other newsgroups, I happened upon this interesting bit of information . . . . ------------------- Robustness of pl/pgSQL, pl/PHP,...
    5. Clarification
      By changing the subject line my newsreader sees this as a new topic. Almost missed it. If you are referring to the thread about exporting text...
  3. #2

    Default Re: CFHTTP help/clarification

    The variables returned from the form are just a structure. So you can use StructKeyList to loop thorough the variable names and cfhttp them over.
    Stressed_Simon Guest

  4. #3

    Default Re: CFHTTP help/clarification

    Thanks Simon,
    That's what I figured I'd have to do - just thought I would check, before I do things the long way.

    Cheers,

    David
    davidmedifit Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139