Hi,
my Ventuz application is a dashboard that needs to load data from an external server (json preferably but xml possible) and display as charts. I couldn't find any reference on how to make a HTTP request in Ventuz. Could someone help me, please?
Thanks
Cassio
Hello Ventuzians!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me
We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
HTTP Request
Moderator: Support
- Daniel Willer
- Posts: 309
- Joined: 06 Jan 2012, 18:12
Re: HTTP Request
Hi Cassio
You need to wite a small C# or VB script to make a HttpRequest and parse your json response.
You can use the System.Net.WebRequest class check MSDN for further info.
Cheers!
You need to wite a small C# or VB script to make a HttpRequest and parse your json response.
You can use the System.Net.WebRequest class check MSDN for further info.
Cheers!