原因:CORS 标头“Origin”无法添加
原因
Reason: CORS header 'Origin' cannot be added
出了什么问题?
The user agent was unable to add the required Origin
header to the HTTP request. All CORS requests must have an Origin
header.
This can happen if the JavaScript code is running with enhanced privileges allowing it access to multiple domains' content, for example.
另请参阅
- CORS 错误
- Glossary: CORS
- CORS introduction