ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / HTTP functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Requête vers le site google.fr
HTTPRequest("www.google.fr")

// Lecture du tableau de cookies renvoyé par le site
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.
Component: wd300com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help