[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) > [method](./puppeteer.protocol.network.continueinterceptedrequestrequest.method.md) ## Protocol.Network.ContinueInterceptedRequestRequest.method property If set this allows the request method to be overridden. Must not be set in response to an authChallenge. Signature: ```typescript method?: string; ```