[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [BlockedSetCookieWithReason](./puppeteer.protocol.network.blockedsetcookiewithreason.md) > [cookieLine](./puppeteer.protocol.network.blockedsetcookiewithreason.cookieline.md) ## Protocol.Network.BlockedSetCookieWithReason.cookieLine property The string representing this individual cookie as it would appear in the header. This is not the entire "cookie" or "set-cookie" header which could have multiple cookies. Signature: ```typescript cookieLine: string; ```