[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) > [url](./puppeteer.protocol.network.continueinterceptedrequestrequest.url.md) ## Protocol.Network.ContinueInterceptedRequestRequest.url property If set the request url will be modified in a way that's not observable by page. Must not be set in response to an authChallenge. Signature: ```typescript url?: string; ```