Skip to content

Options to redact fields in POST bodies #17

@blagh

Description

@blagh

I could be mistaken: it appears the HAR sanitizer doesn't redact any fields submitted via a POST body.

For example, I would expect an option to redact the password field as included here:

         "postData": {
            "mimeType": "application/x-www-form-urlencoded",
            "text": "password=fake-password&submit=",
            "params": [
              {
                "name": "password",
                "value": "fake-password"
              },
              {
                "name": "submit",
                "value": ""
              }
            ]
          }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions