| | |
Constant | Description | Used by the functions |
---|
Versions 15 and laterhttpCookie New in version 15httpCookie httpCookie | Used to retrieve the block of cookies (extracted from the HTTP headers). | HTTPGetResult |
Versions 19 and laterhttpCopy New in version 19httpCopy httpCopy | Sends a form via the COPY method. | HTTPSendForm httpRequest variable |
httpDelete | Sends a form with a DELETE request. | HTTPSendForm httpRequest variable |
httpErrorExpiredCertificate | Error returned by ErrorInfo(ErrCode)
Invalid or expired certificate date | HTTPRequest, HTTPSend |
httpErrorInvalidCertificate | Error returned by ErrorInfo(ErrCode)
The site name specified in the certificate does not correspond to a server | HTTPRequest, HTTPSend |
httpErrorInvalidCertificateName | Error returned by ErrorInfo(ErrCode)
The site name specified in the certificate does not correspond to a server | HTTPRequest, HTTPSend |
httpErrorRedirectToHTTP | Error returned by ErrorInfo(ErrCode)
Redirection to a non-secure server | HTTPRequest, HTTPSend |
httpErrorRedirectToHTTPS | Error returned by ErrorInfo(ErrCode)
Redirection to a secure server | HTTPRequest, HTTPSend |
httpGet | Sends a form with a GET request. | HTTPSendForm httpRequest variable |
Versions 19 and laterhttpHead New in version 19httpHead httpHead | Sends a form via the HEAD method. | HTTPSendForm httpRequest variable |
httpHeader | Used to retrieve the header of the last HTTP request | HTTPGetResult |
httpIgnoreExpiredCertificate | If an error occurs, you have the ability to re-run the request while ignoring the error. To do so, all you have to do is use HTTP.IgnoreError = httpIgnoreExpiredCertificate
The certificate date is ignored. | HTTPRequest, HTTPSend httpRequest variable |
httpIgnoreInvalidCertificate | If an error occurs, you have the ability to re-run the request while ignoring the error. To do so, use HTTP.IgnoreError = httpIgnoreInvalidCertificate
The certificate is ignored | HTTPRequest, HTTPSend httpRequest variable |
httpIgnoreInvalidCertificateName | If an error occurs, you have the ability to re-run the request while ignoring the error. To do so, use HTTP.IgnoreError = httpIgnoreInvalidCertificateName
The site name specified in the certificate is ignored. | HTTPRequest, HTTPSend httpRequest variable |
Versions 21 and laterhttpIgnoreRedirection New in version 21httpIgnoreRedirection httpIgnoreRedirection | Used to ignore the redirection to a page. | HTTPRequest, HTTPSend httpRequest variable |
httpIgnoreRedirectToHTTP | If an error occurs, you have the ability to re-run the request while ignoring the error. To do so, all you have to do is use HTTP.IgnoreError = httpIgnoreRedirectToHTTP
The redirection to a non-secure server is allowed. | HTTPRequest, HTTPSend httpRequest variable |
httpIgnoreRedirectToHTTPS | If an error occurs, you have the ability to re-run the request while ignoring the error. To do so, all you have to do is use HTTP.IgnoreError = httpIgnoreRedirectToHTTPS
The redirection to a secure server is allowed. | HTTPRequest, HTTPSend httpRequest variable |
httpIgnoreRevocation | Used to ignore the check for the list of revoked certificates. To do so, all you have to do is use HTTP.IgnoreError = httpIgnoreRevocation | HTTPRequest, HTTPSend httpRequest variable |
Versions 25 and laterhttpLock New in version 25httpLock httpLock | HTTP method used: Lock method (WebDAV protocol). | httpRequest variable |
Versions 25 and laterhttpMkCol New in version 25httpMkCol httpMkCol | HTTP method used: MkCol method (WebDAV protocol). | httpRequest variable |
Versions 25 and laterhttpMove New in version 25httpMove httpMove | HTTP method used: Move method (WebDAV protocol). | httpRequest variable |
Versions 17 and laterhttpParameterDisableCache New in version 17httpParameterDisableCache httpParameterDisableCache | In secure mode (HTTPS), used to manage the cache of Internet Explorer. The possible values are:- 0 (by default): Used to re-enable the cache of Internet Explorer.
- 1: Used to disable the cache of Internet Explorer.
| HTTPParameter |
Versions 19 and laterhttpParameterDisableCookie New in version 19httpParameterDisableCookie httpParameterDisableCookie | In secure mode (HTTPS), used to configure the mode for managing the HTTP cookies of Internet Explorer. The <New Value> associated with this constant can be:- 0 (False by default): Used to re-enable the management of HTTP cookies of Internet Explorer.
- 1 (True): Used to disable the management of HTTP cookies of Internet Explorer.
| HTTPParameter |
Versions 15 and laterhttpParameterMode New in version 15httpParameterMode httpParameterMode | Used to configure the management mode of requests. The possible values are:- 0: Standard management mode of requests, performed by WINDEV or WEBDEV (default value).
- 1: Management mode of requests performed by Internet Explorer. This value must be used in specific cases and it may trigger changes of behavior.
| HTTPParameter |
Versions 19 and laterhttpPatch New in version 19httpPatch httpPatch | Sends a form via the PATCH method. | HTTPSendForm httpRequest variable |
httpPost | Sends a form with a POST request. | HTTPSendForm httpRequest variable |
Versions 25 and laterhttpPropFind New in version 25httpPropFind httpPropFind | HTTP method used: PropFind method (WebDAV protocol). | httpRequest variable |
Versions 25 and laterhttpPropPatch New in version 25httpPropPatch httpPropPatch | HTTP method used: PropPatch method (WebDAV protocol). | httpRequest variable |
httpPut | Sends a form with a PUT request. | HTTPSendForm httpRequest variable |
httpResult | Used to retrieve the result of the last HTTP request | HTTPGetResult |
Versions 24 and laterhttpTraceDataSent New in version 24httpTraceDataSent httpTraceDataSent | Used to trace the data sent. | httpRequest variable |
Versions 24 and laterhttpTraceHeaderSent New in version 24httpTraceHeaderSent httpTraceHeaderSent | Used to trace the data sent corresponding to the header. | httpRequest variable |
Versions 25 and laterhttpUnlock New in version 25httpUnlock httpUnlock | HTTP method used: Unlock method (WebDAV protocol). | httpRequest variable |
Versions 26 and laterhttpVersion1_0 New in version 26httpVersion1_0 httpVersion1_0 | HTTP protocol version used by the server: HTTP protocol version 1.0. | httpRequest variable |
Versions 26 and laterhttpVersion1_1 New in version 26httpVersion1_1 httpVersion1_1 | HTTP protocol version used by the server: HTTP protocol version 1.1. | httpRequest variable |
Versions 26 and laterhttpVersion2 New in version 26httpVersion2 httpVersion2 | HTTP protocol version used by the server: HTTP protocol version 2.0. If the server does not support this version, an older version is used. | httpRequest variable |
Versions 26 and laterhttpVersion2Only New in version 26httpVersion2Only httpVersion2Only | HTTP protocol version used by the server: HTTP protocol version 2.0 forced: if the server does not support this version, a fatal error is displayed. | httpRequest variable |
Versions 26 and laterhttpVersionDefault New in version 26httpVersionDefault httpVersionDefault | HTTP protocol version used by the server: HTTP Protocol Version 1.0. | httpRequest variable |