mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 06:55:24 +08: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