You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to set any headers they want when making a request and recording a timeline. Let's add support for page.setExtraHTTPHeaders() so these headers can be customized.
This is a fairly straight forward task; however, we need to decide on a good UI for adding headers via the command line. setExtraHTTPHeaders takes an object, which is a pain for a user to define via the CLI. I think we might want something like:
Users should be able to set any headers they want when making a request and recording a timeline. Let's add support for
page.setExtraHTTPHeaders()
so these headers can be customized.This is a fairly straight forward task; however, we need to decide on a good UI for adding headers via the command line.
setExtraHTTPHeaders
takes an object, which is a pain for a user to define via the CLI. I think we might want something like:The text was updated successfully, but these errors were encountered: