ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTP functions
List of HTTP functions
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
HTTP functions (prefix syntax)
List of HTTP functions
<httpRequest variable>.SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HTTPRequest (Function)
Starts an HTTP request on a server.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
4. Publishing a dynamic WEBDEV website
Merges the specified cells in an Excel document....
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
ERR_BAD_URL
5. Deploying a dynamic site (Session or AWP) in practice
RESTSend (Function)
Sends a REST request and waits for the server response.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker...
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development...
Ad Hoc deployment
Setup mode
Several methods can be used to distribute a WINDEV application......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user...
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes...
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest....
1
4
5
6
7
8
25
>