Skip to main content
Inspiring
May 21, 2019
Question

Adding external rest service to CF Admin and consuming

  • May 21, 2019
  • 0 replies
  • 228 views

Hi,


I use the following code to consume a rest service in my local ColdFusion application (and it works fine) but I am trying to add it into the ColdFusion administrator so I can manage the rest service from the admin rather than having a URL in local code.  I then just want to simply call it from my local code.

Is this possible?  How do I achieve this?

-----------------------------------------

<cfhttp

url="[URL goes here]?LH_ADDRESS=#parameter#"

method="get"

result="res"/>

-----------------------------------------

Many Thanks,
George

This topic has been closed for replies.