These are nuts.
I have an ASP.NET MVC application that uses Windows authentication, which, by the way, interacts with several components of the JJJ ExtJs component, returning JSON data to them.
The problem is that even after successful user authentication, every 5th request to capture some JSON data from MVC results in TWO โUnauthorizedโ 401 responses followed by a โ200 OKโ response. Again, this happens every fifth call ... why? I have no idea.
Interestingly, each response contains the expected JSON !!!
Does anyone else experience this behavior or have any ideas on why this is happening?
Thanks - wg
source share