[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CachedResource](./puppeteer.protocol.network.cachedresource.md) > [url](./puppeteer.protocol.network.cachedresource.url.md) ## Protocol.Network.CachedResource.url property Resource URL. This is the url of the original network request. Signature: ```typescript url: string; ```