Skip to content

libcURL.CookieEngine.Domain

Andrew Lambert edited this page Mar 15, 2017 · 8 revisions

#libcURL.CookieEngine.Domain

Method Signature

 Function Domain(Index As Integer) As String

Parameters

Name Type Comment
Index Integer The index of the cookie to get. The first cookie is at Index 0

Return value

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 includes a preceding dot (e.g. www.example.com is stored as .www.example.com)

See also

Clone this wiki locally