<!-- 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; [BlockedCookieWithReason](./puppeteer.protocol.network.blockedcookiewithreason.md)

## Protocol.Network.BlockedCookieWithReason interface

A cookie with was not sent with a request with the corresponding reason.

<b>Signature:</b>

```typescript
export interface BlockedCookieWithReason 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [blockedReasons](./puppeteer.protocol.network.blockedcookiewithreason.blockedreasons.md) | [CookieBlockedReason](./puppeteer.protocol.network.cookieblockedreason.md)<!-- -->\[\] | The reason(s) the cookie was blocked. |
|  [cookie](./puppeteer.protocol.network.blockedcookiewithreason.cookie.md) | [Cookie](./puppeteer.protocol.network.cookie.md) | The cookie object representing the cookie which was not sent. |