标签: php referer
我只是想知道是否有可能使用PHP来改变标题中的referer:
header("Referer: http://www.customwebsite/details/file"); //download from another website who check referer before the begin of the file header("Location: http://www.customwebsite/download/file.pdf");