I'm trying to get a simple random number from this site using the code as shown there, for example this:

https://qrng.anu.edu.au/API/jsonI.ph...=5&type=uint16

will return a number from 0-65535. It works on the website itself but what kind of code should I use in VB6 to "send" such a link to the website and "receive" the number returned properly? Are there any special libraries in VB6 that also need to be imported? Thanks.