MVC Action called twice
问题 I have a MVC Action Method which is being hit twice if the request takes time to complete. On checking chrome console network log and fiddler, the request is being sent only once from the JS. In the diagram below, I'm facing this issue with Approach 1 . However, it works fine if I do it with Approach 2 . What’s happening with Approach 1 (failure): JS hits MVC Action with window.location.href . Ideal scenario as per code MVC Action (Time taking process) Calls Service Method 1 Calls Service