cookies all

This block is part of the http connection group and was last modified in core v12.0.4.

cookies all v12.0.4

Returns all set cookies.

In pins 1
  • connection required
    httpconnection
Out pins 1
  • object
    object

    An object with all set cookies

Outputs an object of only the cookies whose name starts with "ui-", with the prefix stripped from the keys : NOT every cookie on the request. Example: header "ui-a=1; ui-b=2; other=3" -> {a: "1", b: "2"}. Emits nil when the connection is unwired.

A typical wiring for cookies all: the object out pin feeds custom field.

Studio canvas example for the cookies all block: typical wiring for cookies all.

Version history

Introduced in v12.0.4.


Back to http connection Return to the main group to view all sub-groups Back to http Return to the group to view all blocks within this group