system.net.httpGet(url) error ignition timer gateway

Hi, I 'm using the ignition vision 8, so I have a problem when I'm trying to do an system.net.httpGet(url) that normally work in a button but in the gateway timer don't work. Why ?

Can someone help me please?

What error do you get attempting to access the URL? Are there any errors in the gateway logs?

Does your gateway have access to the URL that you are attempting to access? Vision clients execute on the local device running the client, so it's likely that device can access the URL but the gateway cannot.

2 Likes

I found the solution: the gateway didn't have communication with the other device. Thanks.