Contents

Related Topics

HTTP Request: URL Paths

A URL (Uniform Resource Locator) identifies a resource on a remote server and gives the network location on that server. The URL path is the string of information that comes after the top level domain name. You can use the HTTP-proxy to block websites that contain specified text in the URL path. You can add, delete, or modify URL path patterns.

To use the HTTP request proxy action to block content based on patterns in URL paths, you must edit the HTTP Request category of the HTTP proxy action and specify the URL path patterns for the content you want to block. For example:

  • To block all pages that have the host name www.example.net, type www.example.net/*.
  • To block all pages that have a specific path after the host name, such as www.example.net/wpadmin, type */wp-admin/*.
  • To block all website URL paths that contain the word sex, such as www.example.net/sexuality, type *sex*.
    For the individual word sex, such as www.example.net/sex/images, type */sex/*.
  • To block website URL paths ending in *.exe, type *.exe.

If you filter URLs with the HTTP request URL path ruleset, you must configure a complex pattern that uses full regular expression syntax from the advanced view of a ruleset. It is easier and gives better results to filter based on header or body content type than it is to filter by URL path.

To block websites with specific text in the URL path:

  1. In the HTTP Proxy Action configuration, select HTTP Request > URL paths.
    The Rules (simple view) list appears.
  2. Configure the rule action.
    For more information, see Add, Change, or Delete Rules.
  3. To change settings for another category in this proxy, see the topic for that category.
  4. Save the configuration.

If you modified a predefined proxy action, when you save the changes you are prompted to clone (copy) your settings to a new action.

For more information on predefined proxy actions, see About Proxy Actions.

See Also

About the HTTP-Proxy

Give Us Feedback     Get Support     All Product Documentation     Technical Search