-
Notifications
You must be signed in to change notification settings - Fork 9
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 - Add CDR specific headers to access-control-expose-headers in response header #338
Comments
Adding historical references: #195 https://github.com/ConsumerDataStandardsAustralia/banking-products-comparator/issues/51#issuecomment-697133827 |
Hi @deepsol-oba, the standards currently state the following...
This is clearly not intended to be a full redefinition of CORS which is a well defined standard for web based systems with a great deal of detail. The clarifying statement that the As you note, the The DSB do not wish to restate an external standard in the CDR standards and have attempted to clarify this obligation in the following convention. We could consider modifying the language to explicitly refer to CORS as a normative standard but this would be considered a change in description only and not a material change to the standards. |
The outcome of this issue has been decided by the Data Standards Chair that no change to standards will be made. This issue will be closed accordingly. |
Description
The standard mandates the support of CORS.
When using CORS - in order to be able to query x-v -, the x-v header field should be exposed through access-control-expose-headers
This change will allow CORS consumers of the API to query the x-v of the payload to support
Area Affected
Change Proposed
https://consumerdatastandardsaustralia.github.io/standards/#cors
Add requirement to standard to add access-control-expose-headers to expose x-v to the response header of the CORS enabled endpoints.
The text was updated successfully, but these errors were encountered: