Cookie Block
Get, set, or remove cookies.
Get cookie
Get all cookies
Whether to retrieve one or all cookies.URL
The URL with which the cookie to retrieve is associated. This field is optional when you enable the "Get all cookies"Name
The name of the cookies to retrievePath
The path of the cookiesDomain
Domain that cookies must be associated with (either with this exact domain or one of its subdomains)
Set cookie
URL
Representing the request-URI to associate with the cookie. This value can affect the default domain and path values of the created cookie.Name
The name of the cookiePath
The path of the cookiesValue
The Value of the cookiesDomain
Representing the domain of the cookiesameSite
Value that indicates the SameSite state of the cookie. Possible valueslax
,strict
, or you can leave it blank.expirationDate
Represents the expiration date of the cookie as the number of seconds
Remove cookies
URL
Representing the URL associated with the cookieName
Name of the cookies to remove