Order

This tag specifies the order for evaluating the Allow and Deny tags.

Description

This tag specifies whether Flash Media Server evaluates the Allow or Deny tag first, and the syntax it uses when evaluating these tags.

Examples

<Allow>foo.macromedia.com,10.41.1.55</Allow>
<Deny>all</Deny>
<Order>Deny,Allow</Order>

This example instructs Flash Media Server not to process any requests except for those from the computer named foo.macromedia.com and the computer with the IP address 10.41.1.55:

<Allow>all</Allow>
<Deny>10.41</Deny>
<Order>Allow,Deny</Order>

This example specifies that server will accept and process all requests except those coming from computers that match the IP address 10.41.x.x:

See also

Allow, Deny tags