---
title: "cookie · RUAL Documentation"
description: "Returns the cookie with the given name."
canonical: https://docs.rual.nl/block-types/http%20connection/httpconnection_get_cookie
language: en
---

[Cluster](https://docs.rual.nl/cluster)

[Blocks](https://docs.rual.nl/block-types)

[Interfaces](https://docs.rual.nl/interfaces)

[Blueprints](https://docs.rual.nl/blueprints)

[Tutorials](https://docs.rual.nl/tutorials)

[Home automation](https://docs.rual.nl/home-automation)

[Examples](https://docs.rual.nl/examples)

[Reference](https://docs.rual.nl/reference)

[Architecture](https://docs.rual.nl/architecture)

[Troubleshooting](https://docs.rual.nl/troubleshooting)

Other

# cookie

This block is part of the [`http connection`](https://docs.rual.nl/block-types/http%20connection) group and was last modified in core [`v12.0.4`](https://docs.rual.nl/core-versions/120004).

Returns the cookie with the given name.

- connection required `httpconnection`

- name required `value` The name of the cookie

- value `value` The value of the cookie

Outputs the value of the cookie named ui-<name>: the name pin is automatically prefixed with "ui-", so name=session reads the cookie ui-session from the request Cookie header. Emits nil when the cookie is absent or the connection is unwired.

A typical wiring for [cookie](https://docs.rual.nl/block-types/http%2520connection/httpconnection_get_cookie): [value](https://docs.rual.nl/block-types/value/value_default) feeds the `name` pin; the `value` out pin feeds [convert to uppercase](https://docs.rual.nl/block-types/value/value_to_uppercase).

[![Studio canvas example for the cookie block: typical wiring for cookie.](https://docs.rual.nl/canvas-examples/httpconnection_get_cookie.png)](https://docs.rual.nl/canvas-examples/httpconnection_get_cookie.png?v=3)

## Version history

Introduced in [`v12.0.4`](https://docs.rual.nl/core-versions/120004).

- [Back to `http connection`](https://docs.rual.nl/block-types/http%20connection): Return to the main group to view all sub-groups

- [Back to `http`](https://docs.rual.nl/block-types/http%20connection?group=http): Return to the group to view all blocks within this group

Was this page helpful? [Tell us what to improve](https://docs.rual.nl/support) · RUAL Docs is an integral component of the [RUAL ecosystem](https://rual.nl)
