USStateDept / State-TalentMAP

A comprehensive research, bidding, and matching system to match Foreign Service employees with the right skills to available posts and positions. API Layer - https://github.com/USStateDept/State-TalentMAP-API
Other
31 stars 16 forks source link

Apply cache-busting to prevent IE11 caching AJAX requests #1471

Closed mjoyce91 closed 6 years ago

mjoyce91 commented 6 years ago

IE11 likes to cache requests, causing certain components to not update between actions such as favoriting, deleting a saved search, etc. Apply a wrapper to axios so that all requests append a cachebuster query, such as ...?cachebuster=${Date.now().toString()}.

mjoyce91 commented 6 years ago

Resolved in https://github.com/18F/State-TalentMAP-API/pull/351