Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
1 answer
179 views

I am trying to test a very simple cfhttp request on my server. <cfhttp result="result" method="GET" charset="utf-8" url="https://...
lharby's user avatar
  • 3,335
0 votes
1 answer
41 views

I am passing these tests back locally while I develop this the the return I get from Stripe, is there a quick way to parse this out with CFHTTP or something else, an example would be great I have done ...
Thomas Nichols's user avatar
0 votes
1 answer
468 views

I am facing an issue in my application when calling HTTPS services with CFHTTP we are using below versions: ERROR I/O Exception: PKIX path building failed: sun.security.provider.certpath....
K.Krishna Raju's user avatar
1 vote
0 answers
157 views

I am using facebook login in my coldfusion application. I went through all the steps to get access_token. I am making cfhttp call to "/me" endpoint with access_token and fields parameters ...
user1439071's user avatar
1 vote
0 answers
169 views

I'm building a ColdFusion app that pulls data from a 3rd party service and am running into an issue where CF is executing unwanted multiple concurrent calls to the same API endpoint. The API has a few ...
amac828's user avatar
  • 11
5 votes
1 answer
2k views

I want to make an API request using lucee/coldfusion. I setup my token request like this: cfhttp( url="[myurl]" method="POST" result="token" ) { ...
user avatar
0 votes
1 answer
2k views

Following the Stripe documentation, which uses curl, I have tried the code: <cfhttp method = "POST" url="https://api.stripe.com/v1/payment_methods/pm_1LCuutGKxC2502V8WNrkE3Ja"...
Gnosis's user avatar
  • 1
0 votes
1 answer
103 views

I am able to pass field values to Stripe's Customer object using the code <cfhttp method = "POST" url="https://api.stripe.com/v1/customers"> <cfhttpparam type=&...
Gnosis's user avatar
  • 1
0 votes
1 answer
622 views

I can connect to the Stripe API using the code <cfhttp method = "POST" url="https://api.stripe.com/v1/customers"> <cfhttpparam type="header" name="...
Gnosis's user avatar
  • 1
1 vote
0 answers
361 views

I'm constantly doing login POSTs to various APIs using Coldfusion 2016. No matter how specific the API documentation seems to be (with CURL and HTTPie examples) it always seems to be a trial and error ...
Greg Seedsman's user avatar
1 vote
1 answer
1k views

I'm up against an API that has very sparse documentation. I've tried everything (more below) but the end result is a response from the 3rd party server: The given path's format is not supported. Here ...
jyoseph's user avatar
  • 5,465
2 votes
1 answer
324 views

I’ve been playing with the Monday API and have made a lot of progress towards getting it ready to be available in our system and a couple of other tools we use, however, I’ve hit a bit of a snag when ...
jkw4703's user avatar
  • 362
1 vote
0 answers
903 views

We are running Coldfusion 2016 and I have a cfhttp tag that is returning the following error: Connection Failure: Status Code Unavailable. I've read a lot of threads on this error but they all seem to ...
ahamby's user avatar
  • 53
0 votes
1 answer
326 views

I am doing a basic PATCH method call to an API using cfhttp and Coldfusion 2021. No matter what I try to do, it changes the content-type on the call to x-www-form-urlencoded when it is set to ...
JLunceford's user avatar
0 votes
0 answers
321 views

I'm trying to send a cfhttp request with a body content to a NodeJS server, but it's being sent empty. ColdFusion: <cfset data = { test: "abc", id: 5 } /> <cfhttp result=&...
myTest532 myTest532's user avatar

15 30 50 per page
1
2 3 4 5
14