Skip to content

libcURL.cURLSession.GetCookie

Andrew Lambert edited this page Jan 8, 2023 · 4 revisions

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

Clone this wiki locally