错误:从源
http://example
访问“
http://www.example.com//assets/global/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0
”字体
.com
已被 CORS 策略阻止:请求的资源上不存在“Access-Control-Allow-Origin”标头。因此,不允许访问来源“
http://example.com
”。
解决方案:
header('Access-Control-Allow-Origin: *');
class Home extends CI_Controller {
public function index()
$this->load->view('master');
我尝试了这个解决方案,但它不起作用,你能帮我解决一下吗?以及如何从 URL 中删除 index.php?
原文由
Rushabh Shah
发布,翻译遵循 CC BY-SA 4.0 许可协议