[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [EnableRequest](./puppeteer.protocol.fetch.enablerequest.md) ## Protocol.Fetch.EnableRequest interface Signature: ```typescript export interface EnableRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [handleAuthRequests](./puppeteer.protocol.fetch.enablerequest.handleauthrequests.md) | boolean | If true, authRequired events will be issued and requests will be paused expecting a call to continueWithAuth. | | [patterns](./puppeteer.protocol.fetch.enablerequest.patterns.md) | [RequestPattern](./puppeteer.protocol.fetch.requestpattern.md)\[\] | If specified, only requests matching any of these patterns will produce fetchRequested event and will be paused until clients response. If not set, all requests will be affected. |