-
Notifications
You must be signed in to change notification settings - Fork 584
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 requests now fail due to amz-sdk-invocation-id
header
#2038
Comments
DataBrew doesn't support retry headers in CORS: https://github.com/AllanZhengYP/cors-test/blob/master/output.md Fix:
|
Other services which don't support retry headers in CORS, and are not in AddOmitRetryHeadersDependency:
|
Hi @trivikr, thank you for the new release. The bug still exists in |
any update on "@aws-sdk/client-databrew" |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the bug
When attempting to describe a databrew dataset, I am encountering a CORS error
SDK version number
@aws-sdk/[email protected]
Is the issue in the browser/Node.js/ReactNative?
Node.js
Details of the browser/Node.js/ReactNative version
v10.19.0
Steps to reproduce
Observed behavior
When executing the above code, I am getting the following error:
Expected behavior
The data should return and show me a description of the dataset I requested.
The text was updated successfully, but these errors were encountered: