|
|
|
|
|
|
|
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)... |
|
|
|
|
|
|
Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
Starts an HTTP request on a server. |
|
|
|
|
|
|
Several methods can be used to distribute a WINDEV application...... |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
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 is a full development environment devoted to Internet and Intranet...... |
|
|
|
|
|
|
The HTTPVersion property is used to manage the HTTP version used by the server.... |
|
|
|
|
|
|
The configuration diagnostic displays the following error...... |
|
|
|
|
|
|
Bloque entièrement ou partiellement un fichier externe.... |
|
|
|
|
|
|
The database can be accessed via a web service...... |
|
|
|
|
|
|
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests...... |
|
|
|
|
|
|
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires...... |
|
|
|
|
|
|
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server...... |
|
|
|
|
|
|
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub...... |
|
|
|
|
|
|
From version 22, a Docker container with the HFSQL server is available in Docker Hub...... |
|
|
|
|
|
|
The SOAP Server application is an application containing all the procedures to run...... |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
Deletes all cookies (globally or for a domain) stored:
by the calls to HTTPRequest.
by the calls to HTTPSend.... |
|
|
|
|
|
|
Adds or modifies a cookie in an HTTP request. |
|
|
|
|
|
|
In a setup program, you may want to customize some actions...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|