[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [AffectedRequest](./puppeteer.protocol.audits.affectedrequest.md) ## Protocol.Audits.AffectedRequest interface Information about a request that is affected by an inspector issue. Signature: ```typescript export interface AffectedRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [requestId](./puppeteer.protocol.audits.affectedrequest.requestid.md) | [Network.RequestId](./puppeteer.protocol.network.requestid.md) | The unique request id. | | [url](./puppeteer.protocol.audits.affectedrequest.url.md) | string | |