Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing CORS header in preflight response example (#32137)
* Add missing CORS header in preflight response example The example preflight request sends an `Access-Control-Request-Headers` header, but the example response does not contain an `Access-Control-Allow-Headers` which is required as per https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers . This PR simply adds one. * Update index.md --------- Co-authored-by: Hamish Willee <[email protected]>
- Loading branch information