New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 696042 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 747132
Owner:
Last visit > 30 days ago
Closed: Jul 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: allow rewriting network requests based on regex pattern

Project Member Reported by pfeldman@chromium.org, Feb 24 2017

Issue description

"Override existing HTTP headers (using a regex to match against URLs where the header needs to be rewritten)"

probably something like 

{ urlPattern: regex,
  headerPattern: regex,
  replacement: string }
 
Maybe {
 ...
 newHeader: string and
 newURL: string
}

That would be Network.rewiteRequests([patterns]);
Cc: pmeenan@chromium.org
Specifically this should allow for overriding ANY header, including (and most importantly) "Host".

Comment 3 by allada@chromium.org, Jul 20 2017

Mergedinto: 747132
Status: Duplicate (was: Assigned)

Sign in to add a comment