Reason: missing token ‘xyz’ in CORS header ‘Access-Control-Allow-Headers’ from CORS preflight channel
The Access-Control-Allow-Headers
header is sent by the server to let the client know which headers it supports for CORS requests. The value of Access-Control-Allow-Headers
should be a comma-delineated list of header names, such as "X-Custom-Information"
or any of the standard but non-basic header names (which are always allowed).
If the user agent can't detect any value specified for this header—even though the header is included in the response—this error occurs.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowHeaderFromPreflight