iframeフレームワークでreferソースを取得する
1215 ワード
iframeフレームワークで取得されたreferは、iframeアドレスをネストするのではなく、iframeアドレスである.
コード#コード#
ファイル名:iframe-index.html
ファイル :iframe-child.html
ファイル :iframe-success.php
スクリーンショットは のとおりです.
[img]http://dl.iteye.com/upload/attachment/0067/5438/96898e57-2b3e-37eb-bd77-fa22998077a6.png[/img]
[img]http://dl.iteye.com/upload/attachment/0067/5440/7eb8a3c6-9256-3c0a-94dd-ae790f2042b7.png[/img]
コード#コード#
ファイル名:iframe-index.html
iframe
url:/iframe-index.html
Helloworld
iframe
ファイル :iframe-child.html
iframe
ファイル :iframe-success.php
echo "http_referer=";
echo $_SERVER['HTTP_REFERER'];
echo "
";
echo " !";
?>
スクリーンショットは のとおりです.
[img]http://dl.iteye.com/upload/attachment/0067/5438/96898e57-2b3e-37eb-bd77-fa22998077a6.png[/img]
[img]http://dl.iteye.com/upload/attachment/0067/5440/7eb8a3c6-9256-3c0a-94dd-ae790f2042b7.png[/img]