MACROMEDIA COLDFUSION MX 61-CFML Reference page 175

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

ColdFusion MX:
Added the
charset
Changed Secure Sockets Layer (SSL) support: ColdFusion uses the Sun JSSE library, which
supports 128-bit encryption, to support SSL.
Attributes
The following attributes control the HTTP transaction and can be used for all HTTP methods:
Attribute
Req/Opt Default
url
Req
port
Opt
method
Opt
proxyServer
Opt
proxyPort
Opt
and
firstrowasheaders
Description
Uses the
Address of the resource on the server which will handle the
http
request. The URL must include the hostname or IP
protocol
address.
If you do not specify the transaction protocol (http:// or
https://), ColdFusion defaults to http.
If you specify a port number in this attribute, it overrides
any
port
The
cfhttppparam
attribute-value pairs to the URL.
80 for http
Port number on the server to which to send the request. A
port value in the url attribute overrides this value.
413 for
https
GET
• GET Requests information from the server. Any data
that the server requires to identify the requested
information must be in the URL or in
tags.
• POST Sends information to the server for processing.
Requires one or more
submitting form-like data.
• PUT Requests the server to store the message body at
the specified URL. Use this method to send files to the
server.
• DELETE Requests the server to delete the specified
URL.
• HEAD Identical to the GET method, but the server
does not send a message body in the response. Use this
method for testing hypertext links for validity and
accessibility, determining the type or modification time
of a document, or determining the type of server.
• TRACE Requests that the server echo the received
HTTP headers back to the sender in the response body.
Trace requests cannot have bodies. This method
enables the ColdFusion application to see what is being
received at the server, and use that data for testing or
diagnostic information.
• OPTIONS A request for information about the
communication options available for the server or the
specified URL. This method enables the ColdFusion
application to determine the options and requirements
associated with a URL, or the capabilities of a server,
without requesting any additional activity by the server.
Host name or IP address of a proxy server to which to send
the request.
80
Port number to use on the proxy server.
attributes.
attribute value.
tag
attribute appends query string
URL
cfhttpparam
cfhttp type="URL"
tags. Often used for
cfhttp
175

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents