ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTP functions (prefix syntax)
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
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".
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
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.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function...
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also...
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll...
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
3. Deploying a dynamic WEBDEV website
The Token property is used to manage the different tokens associated with a "Text token" Edit...
Two-level setup
on a local network. an HTTP setup used to update the reference setup on the local network....
Accessing a database via a web service
The database can be accessed via a web service......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user...
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub......
1
3
4
5
6
7
25
>