While using Firefox network panel I noticed that it shows only "http://" requests in its panel whereas chrome shows all (images, css, js,....). Is there any way to enable local requests monitoring in Firefox network panel..
Thanks in advance
This is not currently possible, and is being tracked in Bug 1000540.
For local testing, consider working around this bug by running a local HTTP server. If you have Python installed, you can run python -m SimpleHTTPServer
to serve the current directory over port 8000.