search close

Working with signal exclusion rules

access_time Updated Mar 24, 2023

Signal exclusion rules allow you to define arbitrary conditions to exclude a specific system signal.

The below example signal exclusion rule prevents POST requests originating from a list of known internal IP addresses from being tagged with the NO-CONTENT-TYPE signal.

  • The “Signal” is set to No Content Type.
  • The first condition has Method selected for the “Field”, Equals selected for the “Operator”, and POST selected for the “Value”.
  • The second condition has IP address selected for the “Field”, Is in list selected for the “Operator”, and the Developer IPs (IP) list selected for the “Value”.

A signal exclusion rule designed to prevent POST requests originating from a list of known internal developer IP addresses from being tagged with the ‘No Content Type’ signal, as described above.