Closed Bug 1535104 Opened 5 years ago Closed 7 months ago

Network.requestWillBeSent should track file:// and data: requests

Categories

(Remote Protocol :: CDP, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: aslushnikov, Unassigned)

References

Details

(Whiteboard: [puppeteer-beta2-mvp])

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36

Steps to reproduce:

CDP's Network.requestWillBeSent not only reports HTTP requests, but also file:// and "data:" requests. How do we track "file://" and "data:" requests in Gecko?

Priority: -- → P3
Summary: tracking file:// and data: requests → Tracking file:// and data: requests
Type: defect → enhancement
Depends on: 1000540
Blocks: 1549509
Status: UNCONFIRMED → NEW
Ever confirmed: true

Maja, given your comment on bug 1632007 it looks like it already works for data: urls? If yes, this bug would only have to cover the file: protocol.

Flags: needinfo?(mjzffr)
Summary: Tracking file:// and data: requests → Network.requestWillBeSent should track file:// and data: requests

No, keep it as is. We do navigate to data URLs but it's exactly the request traffic that is missing in the implementation.

Flags: needinfo?(mjzffr)
Whiteboard: [puppeteer-beta2-mvp]
Component: CDP: Network → CDP
Severity: normal → S3

We are not going to add support for that feature in our CDP implementation but it will be part of WebDriver BiDi.

Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → WONTFIX
Depends on: 1870580
You need to log in before you can comment on or make changes to this bug.