AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
  • Operating mode of HTTPRequest/HTTPGetResult with a destination
  • Limits
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HTTPDestination (Function)
In french: HTTPDestination
Indicates the backup file for the result of next HTTP request, run in the same thread.
Example
// Retrieve the HTML code of the www.windev.com page
HTTPDestination("C:\Temp\pcsoft.htm")
HTTPRequest("http://www.windev.com")
Syntax
<Result> = HTTPDestination(<File name>)
<Result>: Boolean
  • True if the file was created,
  • False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<File name>: Character string
Full path of the file to be created. The file is created, opened and locked when HTTPDestination is executed. It will be unlocked at the end of HTTP request.
Remarks

Operating mode of HTTPRequest/HTTPGetResult with a destination

If a file for saving the result of the HTTP request is specified by HTTPDestination:
  • when HTTPGetResult is used with the httpResult constant, it always returns an empty string ("").
  • HTTPGetResult associated with the httpHeader constant always returns the header of the HTTP response. This header is not saved in the destination file: only the data is saved.
When the request is over, the destination is canceled and HTTPRequest operates as usual.
Universal Windows 10 App

Limits

  • The proxy used is the one of Internet Explorer.
  • The certificates cannot be ignored.
Component: wd290com.dll
See also
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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