You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Hi
I have come across an issue using the Aurelia template in IE11 where the weather forecast response is cached after first use.
Is it prudent to have a note that if targeting IE11 (not that I want to but what can you do) that you should change to using the HttpPostAttribute
[HttpPost("[action]")]
in the SampleDataController and update fetchdata.ts file to use the post method
http.fetch('/api/SampleData/WeatherForecasts', { method: 'post' })
Regards
Mike
The text was updated successfully, but these errors were encountered: