|
|
|
|
|
HTTPCookieGet (Function) In french: HTTPCookieRécupère Retrieves the cookies read: Note Cookies read and sent by the HTTPRequest function are only stored in the application's memory. They are not related to the cookies of Web browsers installed on the computer.
HTTPRequest("www.google.fr")
tabCookie is array of Cookie
tabCookie = HTTPCookieGet(".www.google.fr")
Info("Le site www.google.fr stocke actuellement " + tabCookie.Count + " cookies localement.")
Syntax
Retrieving the cookies read via a call to HTTPRequest Hide the details
<Result> = HTTPCookieGet(<Domain>)
<Result>: Array of Cookie variables List of cookies stored in memory for the specified domain. <Domain>: Character string Domain for which the list of cookies currently stored in memory will be retrieved.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|