Tagged Questions
5
votes
2answers
951 views
How to emulate a real http request via cfhttp?
I need to emulate a real http request via cfhttp.
I was getting rss feed with ColdFusion, but tonight they started to block my request and send an index page in response instead of rss fead.
I added ...
4
votes
1answer
139 views
ColdFusion SSL authentication failure
I have a simple cfhttp request (a login) going out to an SSL server:
<cfhttp url="https://www2.[domain].com/api/user/login" method="POST" port="443" >
<cfhttpparam type="formfield" ...
4
votes
2answers
970 views
Downloading large file in ColdFusion using CFHTTP
I'm trying to download a large (600MB) binary file to the server using CFHTTP on Coldfusion 8:
<cfhttp method="get" url="#fileURL#" path="#filePath#" file="#fileName#" timeout="600" ...
4
votes
2answers
321 views
cfhttp dns resolution
i'm trying to get CFHTTP to talk to a domain that i have created for testing purposes on my test server. the address of the domain is "mydomain.example.com". everytime i try to connect using cfhttp i ...
3
votes
2answers
246 views
cfhttp multipart & facebook
I'm playing with the facebook graph api, and was attempting to send an image to my wall. According to facebook, you just send the image, your access key & a caption... see below my code:
...
3
votes
3answers
312 views
using cfhttp in multiple files taking too much time
I don't know if its possible but just want to ask if we can cfhttp or any other thing to read selected amount of data instead of putting whole file in CFHTTP.FileContent.
I am using cfhttp and want ...
3
votes
3answers
2k views
ColdFusion CFHTTP I/O Exception: peer not authenticated - even after adding certs to Keystore
I'm currently working with a payment processor. I can browse to the payment URL from our server, so it's not a firewall issue, but when I try to use CFHTTP I get a I/O Exception: peer not ...
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
0answers
75 views
Railo CFHTTP SSL the trustAnchors parameter must be non-empty
I'm trying to issue a CFHTTP Call (via SSL) with Railo 3.3 and am receiving the following error:
Unknown host: java.lang.RuntimeException: Unexpected error: ...
2
votes
1answer
84 views
Fetch only the HTTP headers with coldfusion for a remote URL
I have a function that parses urls given to it, and based on the content it finds on that page it decides to use open graph to make embeded videos show up, just display the title, etc.
I want to ...
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
48 views
CFhttp to Scrape Image
A contractor has provided us with survey data for a set of stores. The data contains the store numbers, thumbnail images and large images. The data is accessed through the contractor's secured ...
1
vote
1answer
96 views
How to access a variable name in coldfusion that contains a special character
For example I have the following bit of code:
And I want to do this:
HTTPResult.ResponseHeader.content-type
However coldfusion will see the - as an operator and try to subtract ...
1
vote
3answers
385 views
Create Wufoo webhook with PUT request in ColdFusion
I'm having troubles with building correct PUT request to the Wufoo.
In all my attempts I see the same error:
404 A WebHook must contain a url parameter.
Here is the version with JSON data type:
...
1
vote
1answer
676 views
webservice over HTTPS with self-signed cert in ColdFusion?
How to enable webservice call over HTTPS with self-signed cert in ColdFusion 9?
According to the doc, <cfhttp> should work, but how about <cfinvoke>?
If I use cfhttp, do I still need to ...
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 ...
1
vote
2answers
1k views
Download file in coldfusion and read its content
cfhttp with a get to download the files. Does anyone have an example of
cfhttp working? Are there special settings that need to be set up on the server side to get this tag to work. When I try the ...
1
vote
3answers
928 views
Coldfusion: CFHTTP with SSL encrypted Page (https://) - got an error
I'm making an cfhttp to connect to an encrypted page. Seems to work fine for some sites.
I/O Exception: Name in certificate `pro.test.com' does not match host name `go.test.com'
Is there a ...
0
votes
2answers
52 views
How to POST JSON Data to Remote API Using Coldfusion CFHTTP
I'm sure that I'm completely botching this up but I got this far with the help of fellow StackOverflow users, so thanks thus far.
I need to POST JSON data to a remote API. Obviously I can't use ...
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
3answers
150 views
google analytics, hitting it from coldfusion server cfhttp
I have used this:
Generate Google Analytics events (__utm.gif requests) serverside
and this:
http://www.garyrgilbert.com/blog/index.cfm/2008/10/21/Tracking-Digital-Content
to build a cfhttp string ...
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
3answers
121 views
Remote login with ColdFusion
I'm working on an application that has a 'login' for clients to connect to their webmail or other services that are hosted by another company on a remote server.
What is the best way to provide the ...
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 ...
0
votes
3answers
606 views
CFHTTP Encoding Problem
I am trying to pull a page for parsing information out of it using cfhttp. The page headers that I am calling are:
Content-Encoding: gzip
Connection: Keep-Alive
Content-Length: 19066
...
0
votes
2answers
1k views
Convert an image from CFHTTP filecontent to binary data with Coldfusion
I'm trying to convert an image (jpg) loaded via cfhttp to binary data. I can't use cffile action="readBinary" as it is not a local file.
0
votes
2answers
303 views
CFHTTP running longer than Timeout specified
I'm using ColdFusion 5 and specifying a timeout=2 on the CFHTTP tag. But I've seen the CFHTTP take much longer, sometimes as much as 8 seconds. I thought the timeout parameter was the max time the ...
0
votes
2answers
492 views
Specifying cfhttp referring IP address on shared server
I'm using CFHTTP to post data to my payment gateway (Protx).
Protx requires that I whitelist the IP that will send this request.
I am hosted on a shared server running Windows 2008.
This morning, ...
-1
votes
0answers
46 views
Scrape data from secure site [closed]
I have been building off Ben Nadel's cfhttp site scraping techniques (exhibit A and exhibit B) but have hit a wall. A client has created a site with images of stores as part of a survey. Because ...
-6
votes
0answers
58 views
Image Mining from a Specific Website [closed]
I have a page containing 4 or 5 images. I want to retrieve those images and display them on my screen.
Once the images are on my screen I want to place a checkbox next to each of them. When the ...