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 retrieve

    • Path
      The path of the cookies

    • Domain
      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 cookie

    • Path
      The path of the cookies

    • Value
      The Value of the cookies

    • Domain
      Representing the domain of the cookie

    • sameSite
      Value that indicates the SameSite state of the cookie. Possible values lax, 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 cookie

    • Name
      Name of the cookies to remove