How to Stop Chrome to pass cookies in every API calls while using with Cypress #26577
Unanswered
BIPLAVGHOSAL
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.
-
I am using Cypress 12.5.1 with ChromeV112 and it is passing all the existing cookies in every API call while visiting a webpage.
These additional Cookies in Request Headers are making the API calls fail.
I have added {chromeWebSecurity: false} as config also.
These cookies are not getting passed and working as expected in Firefox.
can anyone please suggest?
Beta Was this translation helpful? Give feedback.
All reactions