PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Asynchronous HTTP Requests
Asynchronous HTTP Requests
Iniciado por Nicolas Dewolf, dez., 24 2025 1:21 PM - Sem resposta
Publicado em dezembro, 24 2025 - 1:21 PM
I am trying to use asynchronous HTPP requests as explained in the following help page: https://help.windev.com/en-GEN/…

However, even using the various syntaxes (HTPPSend vs HTPPSendAsynchronous) and with or without header procedure, the callback is in general not called. Only when the header procedure actually prints something to the screen.

Is this a known bug or is there some important piece of information missing in the help page?