Another topic that is not HC3 specific - but relevant again because the http functions moved from scenes to VDs (or QuickApps). Disclaimer: a long post...   In VDs there used to be FHTTP function that was synchronous. I.e. the call (:GET :POST etc) returned the result immediately. Please login or register to see this code. In QuickApps we have the net.HTTPClient() function that used to be in scenes on the HC2. net.* are asynchronous. The request returns immediately and we provide ca
    • Thanks
    • Like
    3