Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace JSONP with CORS #131

Open
ansell opened this issue Oct 4, 2018 · 1 comment
Open

Replace JSONP with CORS #131

ansell opened this issue Oct 4, 2018 · 1 comment

Comments

@ansell
Copy link
Contributor

ansell commented Oct 4, 2018

The use of JSONP for cross-origin requests makes them uncacheable by basic HTTP caches, based on the callback function name in the URL changing each time. Replacing them with CORS requests would enable caching which would substantially improve the performance of collections.ala.org.au

@RobinaSanderson
Copy link

ALA won't fix in collectory.

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

No branches or pull requests

3 participants