Skip to content

Browser cache issue on configuration.json #1

Closed
@asiffermann

Description

@asiffermann

The browser could cache the configuration.json file and serve the local cache instead of the fresh file when downloading it with the XMLHttpRequest.

This could be very harmful when the application expects a new configuration item for example.

We should let the applications' developers decide if they want to disable the browser cache for this file, or, even better, let them pass a version to the loadConfigurationJSON function that would be append as a query string to force the browser to refresh its cache.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions