各位好,
最近一直在處理公司網頁伺服器的更新動作,
發現了一個奇怪的問題:
在client電腦的 hosts 檔案中加 "192.168.1.10 www.abc.com" 這段後,
client端的瀏覽器 (chrome及 firefox) 在開啟 www.abc.com 網頁時會出現很多 CORS 的錯誤問題,
The request client is not a secure context and the resource is in more-private address space private
.
在伺服器中加了 Header set Access-Control-Allow-Origin "*"
沒有任何改善,
跨網域的問題一直存在。
但是在 hosts 檔案中將虛擬的 IP 換成實體 IP,一切就會恢復正常。
請問這是什麼問題?
感謝。