ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: HTTP functions
47 results
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
Returns the value of a cookie received further to an HTTP request.
Replaces all cookies stored by HTTPSend for a domain.
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
Sends an HTTP request and waits for the response from the HTTP server.
Adds or modifies a cookie in an HTTP request.
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
Sends a REST request and waits for the server response.
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
List of constants used by the HTTP functions.
List of HTTP functions
List of HTTP functions
Adds a file to the HTTP form.
Adds a parameter to an HTTP form.
Cancels the declaration of an HTTP form and frees all its resources.
Modifies the client certificate used by default to identify oneself on a server.
Configures the functions that use the HTTP protocol.
Retrieves the cookies read by a call:
Enables or disables the management of cookies in an HTTP request run:
Returns the value of a cookie received further to an HTTP request.
Replaces all the cookies stored for a domain:
Deletes all cookies (globally or for a domain) stored:
Adds or modifies a cookie in an HTTP request.
Creates an HTTP form.
Indicates the backup file for the result of next HTTP request, run in the same thread.
Usage example of the HTTPGetResult function
Retrieves the result or the header of last HTTP request run.
Lists the client certificates found on the computer to authenticate on a server.
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
Displays a progress bar when:
  • receiving the response to an HTTP request.
  • sending an HTTP form (HTTPSendForm) or an HTTP query.
Usage example of the HTTPRequest function
Starts an HTTP request on a server.
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request.
Clears an HTTP form that is currently edited.
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request.
Sends an HTTP request and waits for the response from the HTTP server.
Usage example of the HTTPSendForm function
Sends an HTTP form.
Simulates a slow network by limiting the download and upload speed.
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
The restRequest type is used to define the advanced characteristics of a REST request.
The restResponse type is used to define all the advanced characteristics of a REST response.
Sends a REST request and waits for the server response.