Copy link to clipboard
Copied
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
Have something to add?