PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Asynchronous HTTP Requests
Asynchronous HTTP Requests
Started by Nicolas Dewolf, Dec., 24 2025 1:21 PM - No answer
Posted on December, 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?