[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetCookieRequest](./puppeteer.protocol.network.setcookierequest.md) > [httpOnly](./puppeteer.protocol.network.setcookierequest.httponly.md) ## Protocol.Network.SetCookieRequest.httpOnly property True if cookie is http-only. Signature: ```typescript httpOnly?: boolean; ```