Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Caching in IE11 #863

Closed
beatsm opened this issue Apr 13, 2017 · 1 comment
Closed

Caching in IE11 #863

beatsm opened this issue Apr 13, 2017 · 1 comment

Comments

@beatsm
Copy link

beatsm commented Apr 13, 2017

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

@SteveSandersonMS
Copy link
Member

Thanks for the pointer! I hope anyone else encountering this issue finds your solution.

We have an issue tracking IE9-11 support: #484

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants