更新时间:2021年07月22日18时44分 来源:传智教育 浏览次数:
什么是同源策略?
什么是同源?协议、域名(IP)、端口相同即为同源。浏览器的同源策略是一种约定,是浏览器最核心也是最基本的安全功能,如果浏览器少了同源策略,则浏览器的正常功能可能都会受到影响。
下面我们通过案例展示:
http://192.168.200.131/user/1 https://192.168.200.131/user/1 不同源 http://192.168.200.131/user/1 http://192.168.200.132/user/1 不同源 http://192.168.200.131/user/1 http://192.168.200.131:8080/user/1 不同源 http://www.nginx.com/user/1 http://www.nginx.org/user/1 不同源 http://192.168.200.131/user/1 http://192.168.200.131:8080/user/1 不同源 http://www.nginx.org:80/user/1 http://www.nginx.org/user/1 同源
将本页面链接http://www.itcast.cn/news/20210722/18441875595.shtml发送给QQ:435946716,免费获取上面课程全套视频、笔记和源码。
猜你喜欢: