Is it possible to hide sensitive data in the error output of a failed request? #28971
Unanswered
hammzj
asked this question in
Questions and Help
Replies: 1 comment
-
+1, found out the same issue, sensitive information appears in a failed requests even when I pass it as a secrets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our tests, we send data to an internal service that requires authentication. Recently, this service encountered an issue, and the Cypress requests began failing on
cy.request
. In that request, the authentication was not hidden in the header; therefore, is it possible to hide this information when cypress reports an error?Beta Was this translation helpful? Give feedback.
All reactions