Posts

Post not yet marked as solved
1 Replies
I was further debugging this using charles proxy. charles proxy pretty much helps monitor every request that is being issued from the browser. In charles proxy I am seeing two set of service calls while in the browser network panel I am seeing only one set. This further reinforces the assumption that the browser is retrying the calls made earlier while loading the page.Also confirmed that these addtional service calls is not being made through code. I had console logs and break point in the code which make the service calls, and both these doesn't reflect the additional set of service calls that are seen in charles proxy/server logs