| Contents > Developing ColdFusion MX Applications > Interacting with Remote Servers > Using cfhttp to interact with the web |
|
|
|
|
||
The cfhttp tag, which lets you retrieve information from a remote server, is one of the more powerful tags in the CFML tag set. You can use one of two methods--Get or Post--to interact with a remote server using the cfhttp tag:
cfhttp retrieves an object.cfhttp to Post to another ColdFusion page, that page does not appear. It processes the request and returns the results to the original ColdFusion page, which then uses the information as appropriate.|
|
||
| Contents > Developing ColdFusion MX Applications > Interacting with Remote Servers > Using cfhttp to interact with the web |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/remotes3.htm
Comments
jladams97 said on Jan 17, 2005 at 8:53 PM :