Skip to main content
August 9, 2017
Question

Accessing coldfusion api using php?

  • August 9, 2017
  • 1 reply
  • 392 views

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?

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
August 9, 2017

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.