RestFixture
RestFixture copied to clipboard
Not printing passwords
Is there any easy way to hide passwords from POST transactions? For instance: report filters out password, shows: PASSWORD: ******* or leave the password resolution to a directive to use a secure environment variable from the CI build machine: PASSWORD: [System Environment variable: PWD1]
I am recognizing that base64 encoding is easy for a hacker to decode, so it does not solve the problem.