Skip to content
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

ESOCKETTIMEDOUT on visit some pages without header parameters #30763

Open
SergioMatos20 opened this issue Dec 13, 2024 · 1 comment
Open

ESOCKETTIMEDOUT on visit some pages without header parameters #30763

SergioMatos20 opened this issue Dec 13, 2024 · 1 comment

Comments

@SergioMatos20
Copy link

Current behavior

Visiting the https://www.mercedes-benz.pt/ or any other their domains gives ESOCKETTIMEDOUT without sending additional header parameters on the visit

`
Captura de ecrã 2024-12-13 145802

cy.visit('/'
,{headers: {
"accept-encoding": "gzip, deflate, br, zstd",
"accept-language": "pt-PT,pt;q=0.9",
"sec-fetch-site": "none",
"sec-fetch-user": "?1",
}})
`

Captura de ecrã 2024-12-13 163048

Desired behavior

cy.visit('/') should be enough.

Test code to reproduce

config mercedes domain on baseUrl https://www.mercedes-benz.pt

cy.visit('/'),

Cypress Version

13.16.1

Node version

v18.16.1

Operating System

Microsoft Windows [Version 10.0.22631.4460]

Debug Logs

No response

Other

No response

@SergioMatos20 SergioMatos20 changed the title ESOCKETTIMEDOUT on visit some pages ESOCKETTIMEDOUT on visit some pages without header parameters Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants