Tagged Questions
3
votes
5answers
2k views
ColdFusion CFHTTP Post is doing a second GET request right after
I am using ColdFusion 8.
I'm doing a CFHTTP Post to a remote server. The remote site has looked at their logs and they say my code is doing the POST, and then immediately doing a 2nd GET request.
...
2
votes
5answers
2k views
ColdFusion CFHTTP Post to remote form does not return the results page, it just returns the input form
I am using ColdFusion 8. I am trying to use CFHTTP Post to submit the form at this page without a user having to enter the number and click Submit. ...
1
vote
2answers
757 views
POST an xml API call (for Intuit) using Coldfusion
UPDATE: I managed to get this thing working!
Turns out, you NEED to send a secure ticket with the call to get a proper response. I have no idea why it worked in Poster without it. There are a couple ...
0
votes
0answers
63 views
CFHTTP Keeps Failing With A Particular CFHTTPPARAM
Having a weird problem with cfhttp. I have a form field I'm trying to post that looks like this:
<cfhttpparam type="formfield" name="campaign_id"
value="8b7d3689-28e1-d0e6-71fd-4f05ba63050b">
...
0
votes
1answer
79 views
ColdFusion PayPal serverside form post
I want to submit items to a shopping cart and redirect through to PayPal for payment from the code end of a site using dynamically supplied fields. I have tried using cfhttp but it isn't redirecting ...
0
votes
2answers
236 views
Please help: How can I scrape this web page?
There's a site that offers a search service. You enter a number, search, and it returns results. What I want to do is run that search programmatically through coldfusion instead of having to go to the ...