[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Request](./puppeteer.protocol.network.request.md) > [url](./puppeteer.protocol.network.request.url.md) ## Protocol.Network.Request.url property Request URL (without fragment). Signature: ```typescript url: string; ```