Matt W
Matt W

Reputation: 12423

Does a lack of status code mean the request failed?

What does it mean when the Edge DevTools Network tab shows the URL in red and no status code?

For example:

enter image description here

The browser shows "Hmm... can't reach this page" - does this mean the request simply didn't find an address in DNS resolution?

Upvotes: 1

Views: 1678

Answers (1)

Matt W
Matt W

Reputation: 12423

I tested the URL in Postman and it showed

Error: connect ETIMEDOUT 123.45.678.90:80

So I have answered my question and commented question: Try the URL in a command line or developer client.

Upvotes: 1

Related Questions