puppeteer/new-docs/puppeteer.protocol.network.requestinterceptedevent.interceptionid.md
2020-07-13 14:01:35 +01:00

14 lines
820 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [RequestInterceptedEvent](./puppeteer.protocol.network.requestinterceptedevent.md) &gt; [interceptionId](./puppeteer.protocol.network.requestinterceptedevent.interceptionid.md)
## Protocol.Network.RequestInterceptedEvent.interceptionId property
Each request the page makes will have a unique id, however if any redirects are encountered while processing that fetch, they will be reported with the same id as the original fetch. Likewise if HTTP authentication is needed then the same fetch id will be used.
<b>Signature:</b>
```typescript
interceptionId: InterceptionId;
```