AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
HTTP constants
ConstantDescriptionUsed by the functions
auAutomaticHTTP authentication method: automatic identification method .Web service properties
auBasicHTTP authentication method: basic identification method, the name and password are in clear text in the request.httpRequest variable
restRequest variable
Web service properties
Novedad versión 2024
auDigest
HTTP authentication method: The name and password in the request are modified via a hash.httpRequest variable
restRequest variable
auNegotiateHTTP authentication method: The client and server exchange a certain amount of information before establishing a connection. The Kerberos protocol is used first, and if this is not available, the NTLM protocol is used.httpRequest variable
restRequest variable
Web service properties
Novedad versión 2024
auNTLM
HTTP authentication method: The client and server exchange a certain amount of information before establishing a connection via the NTLM protocol (Windows only).httpRequest variable
restRequest variable
httpConfigureDisableCacheIn 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.
HTTPConfigure
httpConfigureDisableCookieIn 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.
HTTPConfigure
httpConfigureModeUsed 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: Request handling mode defined by Internet Explorer. This value should be used in very specific cases and can cause changes in behavior.
HTTPConfigure
httpCookieUsed to retrieve the block of cookies (extracted from the HTTP headers).HTTPGetResult
httpCopySends a form via the COPY method.HTTPSendForm
httpRequest variable
httpDeleteSends a form with a DELETE request.HTTPSendForm
httpRequest variable
httpErrorExpiredCertificateError returned by ErrorInfo(ErrCode)

Invalid or expired certificate date
HTTPRequest,
HTTPSend
httpErrorInvalidCertificateError returned by ErrorInfo(ErrCode)

The site name specified in the certificate does not correspond to a server
HTTPRequest,
HTTPSend
httpErrorInvalidCertificateNameError returned by ErrorInfo(ErrCode)

The site name specified in the certificate does not correspond to a server
HTTPRequest,
HTTPSend
httpErrorRedirectToHTTPError returned by ErrorInfo(ErrCode)

Redirection to a non-secure server
HTTPRequest,
HTTPSend
httpErrorRedirectToHTTPSError returned by ErrorInfo(ErrCode)

Redirection to a secure server
HTTPRequest,
HTTPSend
httpGetSends a form with a GET request.HTTPSendForm
httpRequest variable
httpHeadSends a form via the HEAD method.HTTPSendForm
httpRequest variable
httpHeaderUsed to retrieve the header of the last HTTP requestHTTPGetResult
httpIgnoreExpiredCertificateIf 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
httpIgnoreInvalidCertificateIf 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
httpIgnoreInvalidCertificateNameIf 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
httpIgnoreRedirectionUsed to ignore the redirection to a page.HTTPRequest,
HTTPSend
httpRequest variable
httpIgnoreRedirectToHTTPIf 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
httpIgnoreRedirectToHTTPSIf 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
httpIgnoreRevocationUsed to ignore the check for the list of revoked certificates. To do so, all you have to do is use HTTP.IgnoreError = httpIgnoreRevocationHTTPRequest,
HTTPSend
httpRequest variable
httpLockHTTP method used: Lock method (WebDAV protocol).httpRequest variable
httpMkColHTTP method used: MkCol method (WebDAV protocol).httpRequest variable
httpMoveHTTP method used: Move method (WebDAV protocol).httpRequest variable
httpPatchSends a form via the PATCH method.HTTPSendForm
httpRequest variable
httpPostSends a form with a POST request.HTTPSendForm
httpRequest variable
httpPropFindHTTP method used: PropFind method (WebDAV protocol).httpRequest variable
httpPropPatchHTTP method used: PropPatch method (WebDAV protocol).httpRequest variable
httpPutSends a form with a PUT request.HTTPSendForm
httpRequest variable
httpResultRetrieves the result of the last HTTP requestHTTPGetResult
httpTraceDataReceivedUsed to trace the data received. httpRequest variable
restRequest variable
httpTraceDataSentUsed to trace the data sent. httpRequest variable
restRequest variable
httpTraceHeaderReceivedUsed to trace the data received corresponding to the header. httpRequest variable
restRequest variable
httpTraceHeaderSentUsed to trace the data sent corresponding to the header. httpRequest variable
restRequest variable
httpTraceInfoProvides detailed information on query execution (low-level cURL/OpenSSL error, current step, warnings, etc.).. httpRequest variable
restRequest variable
httpUnlockHTTP method used: Unlock method (WebDAV protocol).httpRequest variable
httpVersion1_0HTTP version used by the server: HTTP version 1.0.httpRequest variable
httpVersion1_1HTTP version used by the server: HTTP version 1.1.httpRequest variable
httpVersion2HTTP version used by the server: HTTP version 2.0. If the server does not support this version, an older version is used.httpRequest variable
httpVersion2OnlyHTTP version used by the server: Forces HTTP version 2.0: if the server does not support this version, a fatal error is displayed.httpRequest variable
httpVersionDefaultHTTP version used by the server: HTTP version 1.0.httpRequest variable
Ver también
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/02/2024

Señalar un error o enviar una sugerencia | Ayuda local