This works fine except if there is a 401 error in MS Edge. In this case I can see that the Ajax call is fired but then it looks as if MS Edge jumps in and handles the error and neither my success or error functions are called. My errorHandler has code to handle
401 errors but this never gets to run, instead I see the following in the console logs:
HTTP401: DENIED - The requested resource requires user authentication.
(XHR)POST - https://www.mywebsite.co.uk/WebService.svc/MyWebServiceRoutine
My webservice is hosted in azure and uses aspnet_Membership.
Am I correct in thinking that MS Edge might be bypassing my error handling? If so, how can I stop it doing this? Other browsers work fine.