added
Custom HTTP headers logging
almost 6 years ago by Eugene Krylov
Test execution logs now include custom HTTP header names to enable troubleshooting and debugging of the test plans that require a custom header. For a plan configured to send a custom header, logs will always include the header name.

Header values are not logged by default to safeguard potentially sensitive information. In some cases, it may be useful to make sure that a particular test run uses the correct value. You can enable logging using Log header value in the plan edit screen.

Save and run the plan, execution logs will show header value.

Secrets and credentials in HTTP headers
Header values that contain sensitive information such as secrets or credentials should never be logged.