libcURL.cURLSession.GetCookie - charonn0/RB-libcURL GitHub Wiki

libcURL.cURLSession.GetCookie

Method Signature

 Function GetCookie(Name As String, Domain As String) As String

Parameters

Name Type Comment
Name String The name of the cookie to get
Domain String The domain name of the cookie to get

Return value

The value of the cookie, or "" if no cookies match.

Remarks

Finds the cookie matching the Name and Domain parameters. If Domain is "" then all domains match. If Name is "" then all cookies for Domain match.

See also