Sergey Arkhipov

Results 2 comments of Sergey Arkhipov

I can confirm this bug and have additional info: 1. It stably reproduced in Chrome for Windows versions from v52 to current v62 (tested on different PC), it never happens...

Found solution in #5149: to support Kerberos/NTLM with CORS we need to set `withCredentials: true`, which allows fetch to require authentication from browser. Here is my solved case with C#...