Skip to content

URL Configuration#

The URL configuration phase in Peakhour.IO is where rules are processed based on the request headers received. If the condition of a rule evaluates to true, the actions associated with that rule are executed and further processing is stopped.

Available Actions#

  • vconf.set Sets a configuration parameter that can be used later in the request processing pipeline.

Fields#

The following fields are available in the URL phase:

  • Request fields - Information about the request such as the Host header, Referer header, and more.
  • Geoip fields - Information about the client's location, including the AS number and country code.
  • User agent fields - Information about the client's user agent, including information on whether it is a mobile device, a bot, and more.