Why does Chrome sometimes logs only the preflight request (and not the actual GET) when using CORS? Why does Chrome sometimes logs only the preflight request (and not the actual GET) when using CORS? google-chrome google-chrome

Why does Chrome sometimes logs only the preflight request (and not the actual GET) when using CORS?


You can always have a better view of the network communication via

chrome://net-internals/#events

Maybe you'll find something blocking it before reaching the dev tools..