Relative Content

Tag Archive for google-chrome-devtools

How can I tell in Chrome Devtools if a request was blocked by the browser?

I’m trying to fix a CORS error when doing local development but the error message I’m getting in the console doesn’t make sense, because it’s saying that it’s receiving a preflight response from the server, but I get the same error message even if I turn off my server. So I just want a reliable way to know if the request I see in the Network tab (including the preflight request) is being blocked by the browser or if the request was actually sent.

How can I tell in Chrome Devtools if a request was blocked by the browser?

I’m trying to fix a CORS error when doing local development but the error message I’m getting in the console doesn’t make sense, because it’s saying that it’s receiving a preflight response from the server, but I get the same error message even if I turn off my server. So I just want a reliable way to know if the request I see in the Network tab (including the preflight request) is being blocked by the browser or if the request was actually sent.

How can I tell in Chrome Devtools if a request was blocked by the browser?

I’m trying to fix a CORS error when doing local development but the error message I’m getting in the console doesn’t make sense, because it’s saying that it’s receiving a preflight response from the server, but I get the same error message even if I turn off my server. So I just want a reliable way to know if the request I see in the Network tab (including the preflight request) is being blocked by the browser or if the request was actually sent.

Why does the Replay XHR tool stop working?

Why are there times when you do ‘Replay XHR’ nothing just happens? After closing the browser and restarting it continues to work, until it crashes again in the same request.
In this interval, if you replay xhr in another request, it works. The method is POST with response in normal JSON.
Chrome 126.0.6478.127(arm64)