|
|
|
|
|
<httpRequest variable>.ReadCookie (Function) In french: <Variable httpRequête>.LitCookie Returns the value of a cookie received further to an HTTP request.
Syntax that can be used with HTTPSend Hide the details
<Result> = <HTTP request>.ReadCookie(<Domain> , <Name>)
<Result>: Character string - Value of cookie.
- Empty string ("") if the cookie does not exist. In this case, the ErrorOccurred variable is set to True.
<HTTP request>: httpRequest variable Name of the httpRequest variable for which the cookie will be read. <Domain>: Character string Name of the domain for which the cookie was received. <Name>: Character string Cookie name.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|