I have a blank app that responds with json data from the db. I’m calling this from another SC app that has a 3rd party widget with Ajax.
When security is not switched on, it works fine. When I switch on security, the widget gets the unauthorized message.
I troubleshot by logging into the main app, getting the session id and manually placing “?script_case_session=[sessionid]&…” directly into the URL but it gives the same error.
I need help fixing this.