Imagine a situation where a user has 10 points. When they click a button, an ajax call is made to the server to update the user's points after they have been used. The server should send back 9 points, which is functioning correctly on all browsers except Internet Explorer. Upon further investigation, I discovered that IE is not even sending the request, but rather caching it. How can this issue be resolved?
Thank you in advance!