Error for Remotely Accessed Test Server: '"__RequestVerificationToken" is not present' #14806
Unanswered
wwoodham-n
asked this question in
Questions and Help
Replies: 1 comment
-
Apologies for taking up time with this issue. After quite a bit of digging I learned that this issue was caused by the automatic cookie clearing functionality in Cypress. I specified the cookie in question be saved and I was able to login without any difficulty. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am evaluating whether Cypress would be an effective replacement for my company's existing e2e testing system that is currently utilizing Protractor/Selenium. The scripts must access a remote server hosting the test website which means I need to create my Cypress scripts as a standalone project. The major roadblock I ran into seems to be related to an older issue:
issues/1759
The test does successfully enter the user name and password. When it tries to process the request I get the following error
I did try applying
"chromeWebSecurity": false
but it didn't correct the problem.I tried running on all four integrated browsers and got the same error.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions