Hi all,
Perhaps a bit of an odd question, but when working on a custom backoffice API call made from AngularJS to a custom endpoint in an UmbracoAuthorizedApiController (v8), I'm getting different responses locally than I am on Accept/Production. Locally my JSON response gets prefixed with the typical ')]}',' string you see in back-office AngularJS responses, but on Accept/Production this doesn't happen and therefor causes Angular to not do what I want it to. đŸ¤”
Anyone has any ideas why this prefix could be missing on the other enviroments' API response?