Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Accessing coldfusion api using php?

Guest
Aug 09, 2017 Aug 09, 2017

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?

358
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 09, 2017 Aug 09, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources