In Uxtly, Groups and Buttons can make HTTP requests. This repository has the server-side code for the examples of the documentation page.
https://docs.uxtly.com/javascript#-examples-with-http-requests
npm install
Uses Node + Express.
node examples.js
It runs on http://localhost:7000
The examples are for illustration purposes only, security and error handling are omitted. They’re minimal, so you can quickly see what’s particular to a Uxtly integration.