問題描述
如何使網頁只允許 iframe 訪問 (How to make web page only allowed accessed by iframe)
我有一個通過 iframe 嵌入來自另一台服務器的內容的應用程序。如何防止通過瀏覽器直接訪問 iframe 內容?
這是我嵌入 iframe 的頁面:http ://10.1.1.1/pustaka/random/parameter
這是我的 iframe 內容服務器:http://10.1.1.2/flipbook/folder/related/to/random/parameter
參考解法
方法 1:
How to use .htaccess to allow page access in my iframe but not directly?
Try searching around for answers =] I believe this one will help you out, though.
(by user2236102、Davehkiin)