[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [ContinueRequestRequest](./puppeteer.protocol.fetch.continuerequestrequest.md) > [url](./puppeteer.protocol.fetch.continuerequestrequest.url.md) ## Protocol.Fetch.ContinueRequestRequest.url property If set, the request url will be modified in a way that's not observable by page. Signature: ```typescript url?: string; ```