ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPRequest (Example)
Usage example of the HTTPRequest function
SocketProxy (Function)
Specifies whether TCP sockets and WebSockets must go through a SOCKS5 proxy to execute requests.
HTTPRequest (Function)
Starts an HTTP request on a server.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
<httpRequest variable>.ReadCookie (Function)
Returns the value of a cookie received further to an HTTP request.
18. Secure payment
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
AuthToken (Property)
The AuthToken keyword can correspond to: an AuthToken variable. a property of an httpRequest variable. a property of an emailIMAPSession variable. a property of an emailSMTPSession variable....
4. HFSQL Classic
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
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).
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
The pages
Pages are the main interface of a WEBDEV site......
ERR_TIMEOUTINIT
1
2
3
4
5
6
237
>