I'm developing an onsite app. I'm trying to call an external webservice from the onsite app. If I use AuthorizationType.NONE, everything is fine. But when I switched to AuthorizationType.SIGNED, I get the response 403: Forbidden.The example code is here: function test(){ var params = {}; params...