From an EFS script, is it possible to contact a website URL and get back a string?
A (slightly) related example, the "addEntitlement" contacts a website and parses the data. (I realize this is completely different functionality for activating/deactivating a script.)
What I want to do is contact a URL that will just return something like "10|200" and my script can parse the data and do something with it.
Possible? Thanks!
A (slightly) related example, the "addEntitlement" contacts a website and parses the data. (I realize this is completely different functionality for activating/deactivating a script.)
What I want to do is contact a URL that will just return something like "10|200" and my script can parse the data and do something with it.
Possible? Thanks!
Comment