We've noticed that when we try to logon to our application, using an iPhone with either Chrome or Safari, we get an authentication error.
Is there something special about making POST requests in Angular under these situations?
[UPDATE]: We can see that both the OPTIONS and POST are returned as being successful from our API, however, the UI continues to reject the response as being successful.