Content Rule Builder v2

(please note this is currently in beta)

This tool was created to make content rule creation on LoadMaster easier.
Its main purpose is to translate a standard URL in to a regex (regular expression) format that the LoadMaster will understand.
This tool can,
  1. Match or modify the full URL.
  2. Match or modify based on the URL components, below is an example using the URL "https://tools.kemp.ax:8443/static/app/crb/crbv2.html?=newquery".
  • Protocol = https://
  • Host or Domain = tools.kemp.ax
  • Port = :8443
  • Path or Folder = /crbv2.html
  • Query = ?=newquery

Enter your own FQDN including "http://" or "https://" to see another example:



To create a "Match" rule
  • enter the URL to match in the first text box below,
To create a "Modify" rule
  • enter the URL to match in the first text below
  • enable the toggle "modify URL" switch
  • enter the URL that the first URL should be modified to, in the second text box