Hi,
For several days, server not responding when we request it by passing setOtherMetaHeaders. We had this issue on these situations:
On resetPassword with email verification :
var headers:Dictionary = new Dictionary();
headers.emailVerification = "true";
userService.setOtherMetaHeaders(headers);
On send push notification with character encoding.
var headers:Dictionary = new Dictionary();
headers.dataEncoding = "true";
pushNotificationService.setOtherMetaHeaders(headers);
I havent test it on others, but could you please check this on your side? Thanks,