Coyote Point Systems Equalizer Especificaciones Pagina 326

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 594
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 325
Match Rules
l Match functions for the optional <params> component are not provided. Use the pathname*() and
filename*() functions to match characters at the end of the path and filename components.
l Match functions for the optional <fragment> component are not provided. The fragment portion of a URI is
not transmitted by the browser to the server, but is instead retained by the client and applied after the reply
from the server is received.
The following lists the URI matching functions that match text in the URI components shown.
URI Function Description
host(string)
This function evaluates to true if the string argument exactly matches the
hostname portion of the request. In the case of HTTP 0.9, the host is a portion of
the request URI. All other HTTP protocol versions require a Host header to
specify the host, which would be compared to the string.
host_prefix(string)
This function evaluates to true if the string argument is a prefix of the hostname
portion of the URI path. The prefix of the hostname includes all text up to the first
period; for eample, “www in “www.example.com”.
host_suffix(string)
This function evaluates to true if the string argument is a suffix of the hostname
portion of the URI path. The suffix of the hostname includes all text after the first
period in the hostname; for example, “example.com in “www.example.com”.
pathname(string)
This function evaluates to true if the string argument exactly matches the path
component of the request URI.
pathname_prefix(string)
This function evaluates to true if the string argument is a prefix of the path
component of the request URI.
pathname_suffix(string)
This function evaluates to true if the string argument is a suffix of the path
component of the request URI.
pathname_substr(string)
This function evaluates to true if the string argument is a substring of the path
component of the request URI.
pathname_regex(string)
This function evaluates to true if the string argument, interpreted as a regular
expression, matches the path component of the request URI.
dirname(string)
This function evaluates to true if the string argument exactly matches the
directory portion of the path component of the request URI. The path component
is the entire directory path, including the trailing slash. For example, “/foo/bar/
is the directory portion of “/foo/bar/file.html”.
dirname_prefix(string)
This function evaluates to true if the string argument is a prefix of the directory
portion of the path component of the request URI. The leading slash must be
included in the string (for example, “/fo” is a prefix of “/foo/bar/file.html”).
dirname_suffix(string)
This function evaluates to true if the string argument is a suffix of the directory
portion of the path component of the request URI. The trailing slash must be
included in the string (for example, “ar/ is a suffix of the directory portion of
“/foo/bar/file.html”).
dirname_substr(string)
This function evaluates to true if the string argument is a substring of the
directory portion of the path component of the request URI.
326
Copyright © 2013 Coyote Point Systems. A subsidiary of Fortinet, Inc.
Vista de pagina 325
1 2 ... 321 322 323 324 325 326 327 328 329 330 331 ... 593 594

Comentarios a estos manuales

Sin comentarios