-
Notifications
You must be signed in to change notification settings - Fork 0
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
does not allow to get the object's headers
#231
Comments
Only standard headers can be read from another domain, in our case we can't get custom object headers because of cors: https://web.dev/articles/introduction-to-fetch#response_types, but we can specify |
I'm not excited about this idea. This REST gateway is supposed to be app-agnostic, not configured or even used for any specific application. |
Yes, I absolutely agree, but I had no other solutions. But today I thought that we can do the same as in send-fs-neo-org, that is through nginx to proxy the call to rest and this way we will get rid of cors and will address within the same domain:
This method works for send-fs-neo-org. |
That was my thought as well, but this breaks the simplicity of |
Can |
Current Behavior
CORS
does not allow to get the object's headersObject shared link (
/getobject
):The text was updated successfully, but these errors were encountered: