AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
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
Enables or disables the management of cookies in an HTTP request run by <httpRequest variable>.Send.
Syntax

Enabling/Disabling the management of cookies (HTTPSend) Hide the details

<HTTP request>.ManageCookie([<Domain>, ] <Activation>)
<HTTP request>: httpRequest variable
Name of httpRequest variable for which the management of cookies will be enabled or disabled.
<Domain>: Character string
Domain onto which the activation or the deactivation is applied.
<Activation>: Boolean
  • True to enable the management of cookies,
  • False to disable the management of cookies.
    Even if the management of cookies is disabled, you still have the ability to pass cookies in the HTTP request by using the appropriate header in the httpRequest variable.
Remarks
Component: wd290com.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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