added

Custom HTTP headers logging

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.

1298

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.

1656

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

1310

❗️

Secrets and credentials in HTTP headers

Header values that contain sensitive information such as secrets or credentials should never be logged.