Firefox sometimes doesn't display response data for network requests
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
When trying to debug 1913938 I sometimes get no request/response data in the network inspector when getting:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.grupoelcorteingles.es/statics/front-msh2-lloyds/assets/firefly/javascripts/assets/Layout-7cf64fce.js. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
Sometimes I will get a CORS header ‘Access-Control-Allow-Origin’ missing) error showing up in the network inspector.
| Reporter | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
I can repro this at times. Shift-reload helps. Generally once it happens, it keeps happening on Reload. Shift-reload can cause it to fix itself, but it may fail to do that for long periods. Clearing site data caused it to fix itself; until shit-reloads eventually caused to fail again.
Anytime it fails, there are numerous CORS failures like:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.grupoelcorteingles.es/statics/front-msh2-lloyds/assets/firefly/javascripts/assets/ContextMenu-12b5d723.js. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200
Any time it fails, it also doesn't show Descárgate aquí nuestra App. in a banner - this is likely due to the CORS failures.
I have seen it fix itself with plain Reload once.
Updated•1 year ago
|
Comment 3•1 year ago
|
||
This might also get fixed by the work on incomplete requests handling.
Description
•