Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNetwork responses aren't sent to devtools when the request fails #7420
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there's a CORS failure, an invalid redirect or any other kind of error after the request is sent, the corresponding response message never gets sent.
See:
components/net/http_loader.rs
Dependent on #7139 to merge.