赞
踩
问题:
https访问遇到如下报错
Refused to display 'https://...' in a frame because it set 'X-Frame-Options' to 'SAMEORIGN‘’
解决方法如下:
apache服务器http.conf增加如下语句:
Header always set X-Frame-Options "AllowAll"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。