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

Proxy CORGIS datasets through server #13

Open
acbart opened this issue Nov 25, 2019 · 0 comments
Open

Proxy CORGIS datasets through server #13

acbart opened this issue Nov 25, 2019 · 0 comments

Comments

@acbart
Copy link
Collaborator

acbart commented Nov 25, 2019

There might need to be a more general interface for this down the road, but for now I'm pretty sure we want to start proxying the CORGIS datasets access through our own server. Not only does this make us nicer to GitHub, but it'll probably avoid some weird security errors involving cross-origin browser requests.

Shouldn't be too bad, just add another endpoint and some proxying/caching code to avoid repeated trips to the github site. I wonder what the best solution is, requests-cache? Or perhaps we can even just do all this on the Nginx side by proxying.

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

No branches or pull requests

1 participant