duplicate ajax calls in angularjs
问题 I am using express-jwt to build a restful api. Now the client is making duplicate ajax calls, for the first one the initiator is angularjs and for the second one the initiator is other. The first one gets 204 as the response code and the second one gets 200 as the response code. I tried to debug to get to the source of this duplicate requests, but I am not able to. Below is the header details for the one with 204 status code Below is the header details for the one with 204 status code Can any