-
Notifications
You must be signed in to change notification settings - Fork 3.2k
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad body encoding in cy.request
#19115
Comments
cy.request
cy.request
Looks like a duplicate of #19084 |
This seems to be a regression in 9.1.0. Similar issues using different commands: |
The code for this is done in cypress-io/cypress#19239, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Body is encoding chars like '~' into hex chars (
\x7e
)Desired behavior
Body sent should be
{ key: '~'}
without encodingTest code to reproduce
Cypress Version
9.1.0
Other
I thank you for what you do at Cypress ! I'm facing the issue described here since the v9.1, is it a bug or is it what you wanted? 😬
Thanks for your time !
The text was updated successfully, but these errors were encountered: