I've Visual Studio 2015 on Windows 10. I'm working on a MVC web application which calls Web API 2. I always used IE as my defaultbrowser for debugging. Recently I received windows updates. The update history shows "Feature update to Windows 10, version 1703". After the updates I'm no longer able to debug my AJAX calls to the API. Here is what the console shows for edge and Chrome - "HTTP405: BAD METHOD - The HTTP verb used isnot supported". For IE 11 the console error is "SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, Could not complete the operation due to error 80700013." This used to work before the windows update.
None
0 Points
2 Posts
Problem with debugging AJAX calls
Jun 07, 2017 06:10 PM|Composer Sols|LINK
I've Visual Studio 2015 on Windows 10. I'm working on a MVC web application which calls Web API 2.
I always used IE as my defaultbrowser for debugging. Recently I received windows updates. The update history shows "Feature update to Windows 10, version 1703".
After the updates I'm no longer able to debug my AJAX calls to the API.
Here is what the console shows for edge and Chrome -
"HTTP405: BAD METHOD - The HTTP verb used isnot supported".
For IE 11 the console error is
"SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, Could not complete the operation due to error 80700013."
This used to work before the windows update.