Announcement

Collapse
No announcement yet.

Data from external source

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Data from external source

    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!
    eSignal File Share: http://share.esignal.com/groupcontents.jsp?groupid=1130

  • #2
    Re: Data from external source

    Daniel
    It is possible using the HTTP Object
    Alex


    Originally posted by neoikon
    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!

    Comment

    Working...
    X