We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Right now I can add custom headers only to the main cy.visit() requests and subsequent XHR requests.
cy.visit()
I would like to add custom headers to all subsequent requests like images and other assets
Cypress 4.11.0, any browser and any OS
4.11.0
Is there anyway how I can override the default behaviour?
The text was updated successfully, but these errors were encountered:
This will be part of the work in #687 which is currently in progress. Closing as duplicate of #687
Sorry, something went wrong.
No branches or pull requests
Current behavior:
Right now I can add custom headers only to the main
cy.visit()
requests and subsequent XHR requests.Desired behavior:
I would like to add custom headers to all subsequent requests like images and other assets
Versions
Cypress
4.11.0
, any browser and any OSIs there anyway how I can override the default behaviour?
The text was updated successfully, but these errors were encountered: