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

Accessing coldfusion api using php?

Guest
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?

Views

300

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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
Documentation