User Guide
176 Chapter 2: ColdFusion Tags
proxyUser Opt User name to provide to the proxy server.
proxyPassword Opt Password to provide to the proxy server.
username Opt A username. May be required by server.
password Opt A password. May be required by server
userAgent Opt Cold
Fusion
Text to put in the user agent request header. Used to
identify the request client software. Can make the
ColdFusion application appear to be a browser.
charset Opt For
request:
UTF-8
For
response:
charset
specified
by
response
Content-
Type
header, or
UTF-8 if
response
does not
specify
charset.
The character encoding of the request, including the URL
query string and form or file data, and the response. The
following list includes commonly used values:
• utf-8
• iso-8859-1
• windows-1252
• us-ascii
• shift_jis
• iso-2022-jp
• euc-jp
• euc-kr
• big5
• euc-cn
• utf-16
For more information character encodings, see:
www.w3.org/International/O-charset.html.
resolveURL Opt No • No does not resolve URLs in the response body. As a
result, any relative URL links in the response body do not
work.
• Yes resolves URLs in the response body to absolute
URLs, including the port number, so that links in a
retrieved page remain functional. Applies to these
HTML tags:
- img src
- a href
- form action
- applet code
- script src
- embed src
- embed pluginspace
- body background
- frame src
- bgsound src
- object data
- object classid
- object codebase
- object usemap
Attribute Req/Opt Default Description