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

CORS handling should be improved #76

Open
madecki opened this issue Jul 14, 2020 · 0 comments
Open

CORS handling should be improved #76

madecki opened this issue Jul 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@madecki
Copy link
Contributor

madecki commented Jul 14, 2020

Summary

For now, if user wants to add a host that has strict CORS rules, there's a checkbox that partially covers this problem. By partially I mean that we're using a proxy server that has request amount limitation. That brings us to the issue - after a specific amount of data refreshes, the status page will start returning errors (Too many requests).

Desired Behaviour

We want to make sure that no matter what, the status page will work and fetch fresh data. We might have to implement our own proxy server.

Possible Solution

Our own proxy server or choosing a different public one?

@madecki madecki added the enhancement New feature or request label Jul 14, 2020
@tangollama tangollama reopened this Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants