# HTTPDOWNLOADCOOKIESHISTORY: Data Dictionary Download Cookies History History of HTTP download cookies. - Catalog: `DataDictionary` - Schema: `Invantive` - Alias: `hdc` - Primary Keys: `SEQ` - Label: Download Cookies History This is a read-only table. The Data Dictionary API may not support changing the data or the Invantive UniversalSQL driver for Data Dictionary does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Data Dictionary API. ## Table Columns The columns of the table `HTTPDOWNLOADCOOKIESHISTORY` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `COMMENT` | `varchar2` | Comment | ☐ | | | `DISCARD` | `boolean` | Discard | ☑ | | | `DOMAIN` | `varchar2` | Domain | ☐ | | | `DOWNLOAD_UID` | `guid` | UID | ☑ | | | `DOWNLOAD_URL` | `varchar2` | URL | ☐ | | | `EXPIRED` | `boolean` | Expired | ☑ | | | `EXPIRES` | `datetime` | Expires | ☐ | | | `HTTP_ONLY` | `boolean` | HTTP Only | ☑ | | | `NAME` | `varchar2` | Name | ☑ | | | `PATH` | `varchar2` | Path | ☐ | | | `SECURE` | `boolean` | Secure | ☑ | | | `TIMESTAMP` | `datetime` | Timestamp | ☑ | | | `VALUE` | `varchar2` | Value | ☐ | | | `VERSION` | `int32` | Version | ☐ | |