Closed
Bug 1438625
Opened 7 years ago
Closed 5 years ago
Please log Flash Player Requests inside the Network monitor on Developer tools !
Categories
(DevTools :: Netmonitor, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ytrezq, Unassigned)
References
(Blocks 1 open bug)
Details
Flash Player can makes requests through the browser stack.
The problem is such request aren’t logged in Developer tools network monitor’s.
As result, it’s impossible to debug logic bug that are relative to specific behavior from FireFox (problems like some headers being filtered in some circumstances)
By matter of comparison, Internet Explorer and Google chrome logs such ʜᴛᴛᴘ requests.
Comment 1•7 years ago
|
||
I think they are if you turn on the "Other" button in the toolbar. Can you confirm this ?
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #1)
> I think they are if you turn on the "Other" button in the toolbar. Can you
> confirm this ?
I confirm this for ʜᴛᴛᴘs request.
Unsecured ʜᴛᴛᴘ requests aren’t logged as you can see with this sample https://thehackerblog.com/crossdomain/index.html.
Sorry, I was meaning http://web.archive.org/web/20171218200735/https://thehackerblog.com/crossdomain/index.html (this is not related to https to http requests)
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 4•7 years ago
|
||
@ytrezq: I am not sure how to reproduce the problem on my machine.
When loading: http://web.archive.org/web/20171218200735/https://thehackerblog.com/crossdomain/index.html in Firefox or Chrome I am seeing 18 requests. Should there be more? How could I verify that some are missing?
Do you see those missing requests in the Browser Console (Ctrl+Shift+J)?
(don't forget to switch on the Network filter in the browser console)
Honza
Flags: needinfo?(ytrezq)
Priority: -- → P4
Updated•5 years ago
|
Blocks: missing-incomplete-dup-requests
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #4)
@ytrezq: I am not sure how to reproduce the problem on my machine.
When loading:
http://web.archive.org/web/20171218200735/https://thehackerblog.com/
crossdomain/index.html in Firefox or Chrome I am seeing 18 requests. Should
there be more? How could I verify that some are missing?
Do you see those missing requests in the Browser Console (Ctrl+Shift+J)?
(don't forget to switch on the Network filter in the browser console)Honza
Simple there s a button for making requests on the app.
Flags: needinfo?(ytrezq)
Comment 6•5 years ago
|
||
Given that Firefox announced to remove Flash support in 2020, investing in debugging wouldn't be useful. If no other arguments are coming up, I'll WONTFIX this for now.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•