cypress returns request header or cookie too large #27284
Unanswered
huseyin-tumer
asked this question in
Questions and Help
Replies: 2 comments 1 reply
-
Same here :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here with below code, any workarounds ?
source code describe('template spec', () => {
it('passes', () => {
cy.visit('https://www.douglas.de/de')
cy.visit('https://douglas.de/de')
})
}) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello guys!
when using cypress, my website login page redirectes to another url after login, but the another url returns 400 bad request, request header or cookie too large.
When i do it manually with my own crome, it not returns. it runs nice.
What should i do?

Thanks
Beta Was this translation helpful? Give feedback.
All reactions