Hello,
I added the "addEntitlement" and had it pointing to my website to check users for a new formula I created. If I go straight to the file from a browser, I see my login name.
When I load the formula, it can't recognize me as a valid user. Also, it write the text message but doesn't get the website.
Text file contents:
sunman4008
addEntitlement("www.test.com/users.txt","Sorry, Not authorized.","www.test.com");
Manesh
I added the "addEntitlement" and had it pointing to my website to check users for a new formula I created. If I go straight to the file from a browser, I see my login name.
When I load the formula, it can't recognize me as a valid user. Also, it write the text message but doesn't get the website.
Text file contents:
sunman4008
addEntitlement("www.test.com/users.txt","Sorry, Not authorized.","www.test.com");
Manesh
Comment