Windows Authentication Still Broken When Using Safari in iOS 7.1
When Apple released iOS 7 last fall, Windows Authentication no longer worked when using Safari. And even though they've released a few updates to the operating system since then, Windows Authentication is still broken when using Safari (Chrome on iOS was unaffected and has been working fine in iOS 7). This seems to just affect requests made from client-script, as making a request to a website that uses Windows Authentication still prompts you for your credentials and works fine for any non-AJAX requests. Here are two lines from an IIS log showing the same request. The first is from a Safari on iPad and was unsuccessful, the second is from Chrome on iPad and worked fine. Notice the 401 response on the unsuccessful request, due to the missing username (which is visible in the 2 nd request). The IP address has been obfuscated for these examples. Unsuccessful (username missing): 2014-03-20 15:38:01 172.26.xxx.xxx POST /Orders/UploadAttachment/ 2 - 80 - 172.26.152.22