Cy.origin failing WAF Challenge #32144
Unanswered
nathanbullenmyob
asked this question in
Questions and Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, unsure if this is a bug, intended behaviour, or me just misusing Cypress.
Our form redirects to OAuth for login, which has a silent WAF Challenge.
When using Cypress 14 with
The authentication challenges seem to fail, however if we use Cypress 13 or put
injectDocumentDomain: true
into the configuration file then it passes the challenge:Just wondering if there is a way to get Cypress 14 passing WAF Challenges without using deprecated options?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions