Data Obfuscation

The interceptor conceals selected data in the header, query param, or body fields of a request/response. The attributes selected are replaced by pre-defined symbols.

Obfuscated information is not encrypted, but modified. This means that this interceptor should not be used for values that you wish to process subsequently.

To configure the interceptor, you must inform the attribute to be concealed, its location, and define the symbols to be used in its place (in the field Replace to).

data obfuscation

If the attribute is located in the body, instead of selecting the attribute directly, you must create a regular expression (custom regex) informing it:

dataObfuscation body
dataObfuscation bodyRegex
Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]