--- sidebar_label: ContinueRequestOverrides --- # ContinueRequestOverrides interface #### Signature: ```typescript export interface ContinueRequestOverrides ``` ## Properties | Property | Modifiers | Type | Description | Default | | ------------------------------------------------------------- | --------- | ---------------------------- | ------------------------------------------------------------------------------ | ------- | | [headers?](./puppeteer.continuerequestoverrides.headers.md) | | Record<string, string> | (Optional) | | | [method?](./puppeteer.continuerequestoverrides.method.md) | | string | (Optional) | | | [postData?](./puppeteer.continuerequestoverrides.postdata.md) | | string | (Optional) | | | [url?](./puppeteer.continuerequestoverrides.url.md) | | string | (Optional) If set, the request URL will change. This is not a redirect. | |