Error: SyntaxError: DOM Exception 12 setRequestHeader@[native code] Error: SyntaxError: DOM Exception 12 setRequestHeader@[native code] angularjs angularjs

Error: SyntaxError: DOM Exception 12 setRequestHeader@[native code]


Please, check your headers params, iOS9 does not accept parameters in the http headers that has space at the beginning of the value. Example:

"Token":" Token12345" => wrong
"Token":"Token12345" => correct

I hope this helps you.