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
The following functions are used to handle Internet pages and send HTTP forms (prefix syntax), ...:
<httpRequest variable>.GetCookieRetrieves the cookies read by a call to <httpRequest variable>.Send for an HTTP domain.
<httpRequest variable>.ManageCookieEnables or disables the management of cookies in an HTTP request run by HTTPRequest.
<httpRequest variable>.ReadCookieReturns the value of a cookie received further to an HTTP request.
<httpRequest variable>.ReplaceCookieReplaces all cookies stored by <httpRequest variable>.Send for a domain.
<httpRequest variable>.ResetCookieDeletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
<httpRequest variable>.SendSends an HTTP request and waits for the response from the HTTP server.
<httpRequest variable>.WriteCookieAdds or modifies a cookie in an HTTP request.
<httpResponse variable>.GetCookieRetrieves cookies read in the httpResponse variable (containing the result of <httpRequest variable>.Send).
<restRequest variable>.SendSends a REST request and waits for the server response.
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