According to the docs:
In the General section, DevTools shows you human-readable status message next to the received HTTP status code.
How is the status code in this General section created?
I'm developing code that sends requests and interprets error messages using jQuery Ajax. Because of CORS configuration, I can't see the status code in the response header from the server. Why can the Devtools see this status code even though the server does not have CORS setup correctly?
The status code I receive is 0, while I would expect something like 401.