This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Caching in IE11 #863
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels