ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / HTTP functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Retrieves the cookies read by a call to <httpRequest variable>.Send for an HTTP domain.
Syntax

Retrieving the cookies read via a call to HTTPSend Hide the details

<Result> = <HTTP request>.GetCookie(<Domain>)
<Result>: Array of Cookie variables
List of cookies stored in memory for the specified domain.
<HTTP request>: httpRequest variable
Name of httpRequest variable for which the cookies will be listed.
<Domain>: Character string
Domain for which the list of cookies currently stored in memory will be retrieved.
Component: wd290com.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help