cfhttp Questions

2

Solved

I am trying to get a file from a auto download url using cfhttp. I am using the following code: <cfhttp method="get" url="http://www.example.com/getfile" path="E:/" file="abc.csv"> In this...
Monophagous asked 12/2, 2015 at 7:29

8

I have an API that runs fine on one of my two web servers but not on the other one or on my local machine, instead I get a connection failure when I send https requests as part the login process. ...
Fustigate asked 9/12, 2013 at 11:15

8

Solved

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 authentic...

1

I am attempting to code an API call to a online testing company. They have provided a sample call in PHP and cURL that I need to implement in ColdFusion 11 using <CFHTTP>. So far my attempt h...
Amora asked 25/11, 2019 at 18:40

2

Solved

Here's my question of the day. Let's say I have this on one page: start.cfm <cfset body = { "stuff": [ 1,2,3,4,5 ] }> <cfhttp url="end.cfm" method="post" result="httpResp" timeout="60"&...
Gestation asked 29/11, 2018 at 14:25

0

In ColdFusion 11, Adobe has added NTLM support. However I fail to understand how I can get this working. In particular, the documentation seems to be wrong: it states: For NTLM, to work, the redi...
Melar asked 23/12, 2014 at 11:31

5

I'm sure that I'm completely botching this up but I got this far with the help of fellow Stack Overflow users, so thanks thus far. I need to POST JSON data to a remote API. Obviously I can't use j...
Arm asked 19/1, 2012 at 20:41

0

Recently I am done with the SSL certification installation procedure in the Coldfusion Truststore, I'm getting Attribute Validation error now which clearly states that I need to have cfhttp in my c...
Enlace asked 20/10, 2013 at 22:26

1

Solved

I'm having a lot of trouble with CF10's CFHTTP at the moment. First, my test script: <CFSET results = arraynew(1) /> <CFLOOP from="1" to="10" index="idx"> <CFSET timer_start = get...
Abduce asked 4/10, 2013 at 14:33

1

Solved

I am trying to make a signed request to the trading API at bitfloor.com (it's a REST API) Bitfloor gives me: 1) API Key (i.e. 6bd2b780-00be-11e2-bde3-2837371c3c3a) 2) Secret Key (i.e. oaFz62Ypmb...
Use asked 16/10, 2012 at 18:42

2

I've designed a website Im running for a sports team I coach in Wordpress (more specifically PHP). For the past few years we have used an online web service that runs a stats based program in Coldf...
Chrotoem asked 1/8, 2012 at 19:41

2

Solved

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" ...
Acuminate asked 19/1, 2011 at 17:34

2

Solved

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 add...
Tenuto asked 31/5, 2010 at 8:27

2

Solved

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.
Eugeniaeugenics asked 8/10, 2009 at 10:4
1

© 2022 - 2024 — McMap. All rights reserved.