Help needed understanding why a cy.request() is timing out, but an equivalent cy.exec('curl') seems to be working. #30180
Unanswered
ghowardzoonou
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.
-
Hi, Cypress version is:
v13.14.1
, running from Windows/Chrome.Basically, I'm trying to understand why out of the following - numbers 1 - 3 all come back with some response (even if it's an error - that's fine), but number 4 always just times-out with
No response was received within the timeout
? AFAICT 2 and 4 should basically be doing the same thing?I've tried setting:
failOnStatusCode: false
andchromeWebSecurity: false
but doesn't seem to make a difference. Equivalent calls from Postman also seem to work very straightforwardly. Not sure why number 4 is behaving differently?Beta Was this translation helpful? Give feedback.
All reactions