User Activity

I have a CMS login page set up for our end-user facing interface that we've developed using ServiceNow's CMS. The issue I'm seeing is that if a user is not logged in but attempts to access some page in the CMS via a direct link (like servicenow.com/m...
Hello,I'm attempting to retrieve data from a REST interface that is returning a large binary object. However, when I receive it via the ServiceNow REST object and perform the response.getBody() function, I get a string representation of that object. ...