Posts

Post not yet marked as solved
1 Replies
994 Views
I am working on an ecommerce website and is observing some strange behaviour while accessing the website on safari browser. The home page of our website has 4 web service calls which gets invoked once the page is loaded. One of them is a session related call. When I access this page on safari browser and try refreshing the page couple of times, even before the page is loaded, I am seeing those 4 webservice calls coming to the webserver from my browser. And once the the page is loaded, I see the same 4 web service calls being made from the browser, which is expected. In the network tab of the developer tools as well, I am only seeing the second set of web service calls.I am not able to figure out how and from where the initial set of web service calls are being made. In one of the service call we have a custom header being passed, which changes based on the session id. When these ghost service calls are being made, i can seee that the request headers corresponds to some earlier values, and it completely breaks our user session managment. It appears as if the browser is trying to retry some calls which were made earlier.Any pointers on this will be highly appreciated
Posted
by gkp.
Last updated
.