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