Invalid user agent and unknown user agent
These two WAAP policies work together to identify and block requests that lack a standard user-agent parameter. If the agent is missing, this can indicate that an illegitimate client is being used.
Most browsers provide user agent information across the network to validate a client's authenticity and purpose. User agent strings typically follow this syntax:
User-Agent: <product> / <product-version> <comment>
Where:
-
<product>: A product identifier—its name or development codename. -
<product-version>: Version number of the product. -
<comment>: Comments containing more details. For example, sub-product information.