mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
In IE11, the browser returns the cached HTML response, rather than the JSON formatted response. Adding the `.json` suffix ensures that the cache is not shared. Same root cause as b0211772