i
Size: a a a
i
i
i
i
i
i
i
i
i
i
i
s
i
i
s
i
i
s
i
yoursite.net/test.php
с содержимым:<?php if (!isset($_SERVER['PHP_REFERER'])) echo "Referer not set."; else echo htmlspecialchars($_SERVER['PHP_REFERER']); echo "\n"; print_r($_SERVER); ?>
Проверяю: curl -H "Referer: mysite.net" "yoursite.net/test.php"
Получаю: Referer not set.