Fellow support people...
Is there a way to EXECUTE an HTTP object in EFS (to return a value).. ??
I have a client that wants a "redundant" security system (using my entlement feature). I'm finding the addEntitlement() function is coded so that I can't call multiple instances of it (in an ORed IF statement). I would like to use the HTTP object to test the returns of my security system, then execute the proper addEntitlement.
The HTTP object shows that I can OPEN and READ from a webserver, but can I use it to execute a PHP file and capture the returned value??
any help would be appreciated?
B
Is there a way to EXECUTE an HTTP object in EFS (to return a value).. ??
I have a client that wants a "redundant" security system (using my entlement feature). I'm finding the addEntitlement() function is coded so that I can't call multiple instances of it (in an ORed IF statement). I would like to use the HTTP object to test the returns of my security system, then execute the proper addEntitlement.
The HTTP object shows that I can OPEN and READ from a webserver, but can I use it to execute a PHP file and capture the returned value??
any help would be appreciated?
B
Comment