Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

checkSpoofing = true | false

Must be Usually enabled if headers are used, enables logic that tries to detect header spoofing/smuggling while not causing false positives on internal sub-requestsby detecting a pre-existing header matching a header name controlled by the agent.

spoofKey = <random value>

Instead of a random value being generated internally, uses a specified random value to detect header spoofing/smugglingOn some platfiorms like Apache, this can be set to a random value that reduces the chance of false positives from the spoof checking logic on internal sub-requests, but generally this should be left unset unless experiencing issues.

catchAll = true | false

Whether to try and catch all C++ runtime exceptions or only “known” exceptions. Failure to catch an exception terminates a process with prejudice.

...