-
Notifications
You must be signed in to change notification settings - Fork 13
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
Enable CORS on Gorjun web-server #155
Comments
CORS should be enabled not only for Hub, but for subutai.io too. On that website it needed to obtain file sizes and display them, in Download section. |
Used settings https://enable-cors.org/server_nginx.html |
This issue is a dependency for this other one. Is it done? |
@emli @tilekasankulov guys try this settings instead of the current bloated one |
We need to enable CORS requests to Gorjun for Hub domain, so Hub can upload files to Kurjun directly from Hub web-page.
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
The text was updated successfully, but these errors were encountered: