-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.GetCookie
Andrew Lambert edited this page Jan 8, 2023
·
4 revisions
libcURL.cURLSession.GetCookie
Function GetCookie(Name As String, Domain As String) As String
Name | Type | Comment |
---|---|---|
Name | String | The name of the cookie to get |
Domain | String | The domain name of the cookie to get |
The value of the cookie, or ""
if no cookies match.
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.