window.open requests are not captured in network inspector
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: 13hurdw, Unassigned)
References
()
Details
Firefox 64 Ubuntu
To reproduce:
- http://blog.rekall-forensic.com/
- Open network inspector
- Enter email in "Follow by Email"
- Click Submit
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open("https://feedburner.google.com/fb/a/mailverify?uri=RekallMemoryForensicsBlog", "popupwindow", "scrollbars=yes,width=550,height=520"); return true" target="popupwindow" _lpchecked="1">
Expected: The request done by window.open on submit is captured and displayed in the netmonitor.
Actual: The submit request is not captured. Opening netmonitor in the new window does not show the original request either.
Comment 1•6 years ago
|
||
Thanks for the report and detailed STRs!
I can reproduce on my machine, the submit request isn't visible.
Honza
Comment 2•6 years ago
|
||
Can I take up this issue ?
Comment 3•6 years ago
|
||
The request is happening in another window, which makes it not appear. A toolbox that follows the currently focused window would solve this – duping this for now with the tracked enhancement bug.
Description
•