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