CFHTTP
The CFHTTP tag allows you to execute POST and GET operations on files. Using CFHTTP, you can execute standard GET operations as well as create a query object from a text file. POST operations allow you to upload MIME file types to a server, or post cookie, formfield, URL, file, or CGI variables directly to a specified server.
Syntax
<CFHTTP URL="hostname" PORT="port_number" METHOD="get_or_post" USERNAME="username" PASSWORD="password" NAME="queryname" COLUMNS="query_columns" PATH="path" FILE="filename" DELIMITER="character" TEXTQUALIFIER="character" RESOLVEURL="Yes" or "No" PROXYSERVER="hostname" PROXYPORT="port_number" USERAGENT="user_agent" THROWONERROR="Yes" or "No" REDIRECT="Yes" or "No" TIMEOUT="timeout_period"> </CFHTTP>
Note
Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.