Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

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

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
ksiomelo

HTTP Request

Post by ksiomelo » 17 Dec 2012, 13:41

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

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: HTTP Request

Post by Daniel Willer » 18 Dec 2012, 11:16

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!

Post Reply