Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to manipulate request/response data before dumping #263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allow users to manipulate request/response data before dumping #263

wants to merge 1 commit into from

Commits on May 12, 2019

  1. Allow users to manipulate request/response data before dumping

    Dumping the request/response is useful for debugging, but that means the
    data usually will end up in logfiles or other places. Since many
    requests or responses will contain sensitive data (authentication
    tokens, username, cookies etc), it is sometimes necessary to redact some
    of that information before dumping it. This implementation provides a
    way to supply your own sanitizer, or use the provided sanitizer which
    will redact information in a number of known sensitive headers.
    
    Closes #226
    mortenlj authored and jdufresne committed May 12, 2019
    Configuration menu
    Copy the full SHA
    5dcffa8 View commit details
    Browse the repository at this point in the history