瀏覽器同源策略阻止ajax請求


Cross-Origin Resource Sharing,跨域資源共享,簡稱 CORS,能夠做爲一種跨域請求以及響應的解決方案。php

1.懇求的url是PHP的,需要PHP中echo:header""Access-Control-Allow-Origin: *"");這是針對所有的對這個頁面的請求,<?php  header('Access-Control-Allow-Origin:http://A.abc.com'); ?>指定惟一容許訪問的頁面;html

2.html的,需要 <meta http-equiv="Access-Control-Allow-Origin" content="*">跨域

相關文章
相關標籤/搜索