Skip to content
Discussion options

You must be logged in to vote

Can you try passing the credentials when making the HTTP request to load the page but through the URL format itself.

Specifically, the syntax is:

https://username:[email protected]/path

You can pass any request headers as a snapshot option. For example, (Cypress SDK) using basic auth:

cy.percySnapshot('Home page', {
requestHeaders: {
Authorization: 'Basic xxx'
}
});

If the issue is not resolved please create a ticket using https://www.browserstack.com/contact#technical-support

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SilkeDX
Comment options

Answer selected by SilkeDX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants