Caching in IE11 #834

Closed
opened 2025-08-09 17:17:51 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @beatsm on 4/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

*Originally created by @beatsm on 4/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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#834
No description provided.