Socket
Book a DemoInstallSign in
Socket

n8n-nodes-cookie-parser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-cookie-parser

Parses a cookie string into an object

0.1.2
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Banner image

CookieParser Node for n8n

The CookieParser node is a custom node designed for n8n that transforms a string representing cookies into a JSON object.

Features

  • Set the path to retrieve the cookie string (headers.cookie).
  • Accepts a string formatted as a cookie list (name=value;).
  • Outputs a JSON object where each cookie name is a key and each cookie value is the corresponding value.

Installation

Follow the installation guide in the n8n community nodes documentation.

Usage

  • Add the CookieParser node to your n8n workflow.
  • Connect the node to your data source.
  • Configure the node to accept the cookie string as input.
  • Run the workflow, and the node will output a parsed JSON object.

Example

Input

name1=value1; name2=value2; name3=value3

Output

{
  "name1": "value1",
  "name2": "value2",
  "name3": "value3"
}

Credentials

no authentication required

Resources

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 06 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.