0
Accessing coldfusion api using php?

/t5/coldfusion-discussions/accessing-coldfusion-api-using-php/td-p/9224773
Aug 09, 2017
Aug 09, 2017
Copy link to clipboard
Copied
I want to try if the coldfusion API can be access using php code? Like example, it is possible to save post data from php form to coldfusion API?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/coldfusion-discussions/accessing-coldfusion-api-using-php/m-p/9224774#M176374
Aug 09, 2017
Aug 09, 2017
Copy link to clipboard
Copied
Yes, you can! Just create a RESTful Web Service in ColdFusion, of type httpMethod="post". Then choose URLs such that the PHP page posts to the ColdFusion API.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

