mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 08:14:01 +08:00
![David Taylor](/assets/img/avatar_default.png)
In IE11, the browser returns the cached HTML response, rather than the JSON formatted response. A better solution may be to add a `Vary: Accept` header to all of our HTML responses, but this commit should solve the immediate issue.