ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: HTTP server
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)...
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPRequest (Function)
Starts an HTTP request on a server.
Ad Hoc deployment
Setup mode
Several methods can be used to distribute a WINDEV application......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Type and version of Web server
The configuration diagnostic displays the following error......
5. Deploying a dynamic site (Session or AWP) in practice
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Accessing a database via a web service
The database can be accessed via a web service......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
4. Dedicated server or shared server?
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......