ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SSLActive (Function)
Used to enable or disable the secure SSL mode.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest....
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST web service.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request to a web service (REST or SOAP).
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice...
PageWriteHTTPCode (Function)
Specifies the HTTP code that will be returned to the client after the server code of the page...
PageWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned to the client after the server code...
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice...
WDTestRest: REST web service test tool
WDTestRest is used to test the calls to an HTTP REST web service or to run a Web API accessible...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
ProcedureEntête (Property)
... of a successful HTTP request.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute,...
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent...
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub......
1
2
3
4
5
6
25
>