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

Avoid downloading data to Switchboard server #138

Open
emanueldima opened this issue Sep 22, 2020 · 1 comment
Open

Avoid downloading data to Switchboard server #138

emanueldima opened this issue Sep 22, 2020 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@emanueldima
Copy link
Collaborator

Currently Switchboard creates a local copy of the data and sends a url of it to the tools, to avoid possible CORS problems (see #2).

If we can solve the CORS issues (can we?), we should profile the data using a small header (should work with most data types) and send the original url to the tools.

@emanueldima emanueldima added enhancement New feature or request question Further information is requested labels Sep 22, 2020
@twagoo
Copy link
Member

twagoo commented Sep 22, 2020

Proxying could be an alternative to downloading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants