In this article
What went wrong?
Theuser agent was unable to add the requiredOriginheader to theHTTP request. All CORS requests must have anOrigin header.
This can happen if the JavaScript code is running with enhanced privileges allowing itaccess to multiple domains' content, for example.
See also
- CORS errors
- Glossary:CORS
- CORS introduction