You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now we have reverted to 3.4.0 until this issue is resolved in later versions. I saw that in 3.6.0, Cypress fixed an issue related to the 431 issue:
We fixed a regression in 3.5.0 where the maximum size of an HTTP header or body in a stubbed cy.route() was limited to 8kb causing requests to fail with a 431 HTTP error. Fixes #5431.
It's possible this code was revisited and caused another regression in 3.6.1
Cypress now sends the expected headers or request body in a cy.visit() to an HTTPS URL using the default port, 443. Fixes #5367
The text was updated successfully, but these errors were encountered:
Current behavior:
After upgrading from Cypress 3.4.1 to 3.6.1, we've been getting an HTTP 431 error. Here are the headers in my failing POST request:
Desired behavior:
Should not fail.
Steps to reproduce: (app code and test code):
Make a POST request with the above header in Cypress.
Versions:
Chrome 78
Cypress 3.6.1
We run the tests via
npm run test:cypress
.For now we have reverted to 3.4.0 until this issue is resolved in later versions. I saw that in 3.6.0, Cypress fixed an issue related to the 431 issue:
It's possible this code was revisited and caused another regression in 3.6.1
The text was updated successfully, but these errors were encountered: