Issue metadata
Sign in to add a comment
|
DevTools: allow rewriting network requests based on regex pattern |
||||||||||||||||||||||
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 }
,
Feb 27 2017
Specifically this should allow for overriding ANY header, including (and most importantly) "Host".
,
Jul 20 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by pfeldman@chromium.org
, Feb 24 2017Maybe { ... newHeader: string and newURL: string } That would be Network.rewiteRequests([patterns]);