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
cy.c8yclient and cy.intercept might record headers with different case, such as X-XSRF-TOKEN and x-xsrf-token. To make records always work, headers need to be treated case insensitive. Same for preprocessor paths, etc.
All lowercase recording?
The text was updated successfully, but these errors were encountered:
cy.c8yclient
andcy.intercept
might record headers with different case, such asX-XSRF-TOKEN
andx-xsrf-token
. To make records always work, headers need to be treated case insensitive. Same for preprocessor paths, etc.All lowercase recording?
The text was updated successfully, but these errors were encountered: