New issue
Advanced search Search tips

Issue 755456 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

DevTools: request interceptions report URLs with hash

Project Member Reported by lushnikov@chromium.org, Aug 15 2017

Issue description

Currently, the Network.requestIntercepted and Network.requestWillBeSent fire with different request urls:
- Network.requestIntercepted has a URL that includes url hash (e.g. https://example.com#hash)
- Network.requestWillBeSent has a URL that does not include url hash (e.g. https://example.com).

Is this intentional? Is it fine if we start stripping request hash in Network.requestIntercepted event to align with requestWillBeSent?
 
Owner: caseq@chromium.org
Status: Fixed (was: Assigned)
This was fixed in https://chromium-review.googlesource.com/c/chromium/src/+/726822

Sign in to add a comment