-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CookieEngine.Domain
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.CookieEngine.Domain
Function Domain(Index As Integer) As String
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie to get. The first cookie is at Index 0
|
Returns the domain name associated with the cookie at Index
. If no domain name was specified with the cookie then this method returns "unknown"
. This method returns the domain as stored by libcURL, which may include a preceding dot (e.g. www.example.com
might be stored as .www.example.com
)
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.