User Guide
XML configuration files 153
HTTPIdent
This tag configures the server to respond to or reject an HTTP identification request from a
client.
Example
<HTTPIdent enable="true"></HTTPIdent>
When the enable attribute is set to “true,” all tags within the HTTPIdent section are
returned as a response. The entire response will be enclosed in
<FCS></FCS> tags, which are
added by the server.
If the
HTTPIdent function is enabled but no content is specified, the <FCS></FCS> response is
returned without content.
For an
ident response to be returned, the HTTPIdent function must be enabled and the client
must specifically do a POST or GET for "
/fms/ident" resource.
Example
http://localhost:1935/fms/ident
This command sends an HTTP get request:
GET /fms/ident HTTP/1.1..
Accept: */*..
Accept-Language: en-us..
Accept-Encoding: gzip, deflate..
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)..
Host: localhost:1935..
Connection: Keep
HTTPTunnel
Container tag.
Description
The tags in this section configure the incoming HTTP tunneling connections to the adaptor.
Although you can assign any port number for HTTP tunneling, there is a risk of conflict with
another application that may be assigned to the same port. For example, if you configure
Flash Media Server to use port 80 to support HTTP tunneling, you can not bind the web
server and Flash Media Server to the same port 80.
Contained tags
Enable, IdleAckInterval, IdlePostInterval, MaxWriteDelay, MimeType, NeedClose,
NodeID, Redirect, SetCookie, WriteBufferSize