Skip to content
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
Closed
@beatsm

Description

@beatsm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions