blankextacy Posted February 21, 2007 Share Posted February 21, 2007 does any one know where i can find a php proxy blocker or does any one have the code that i can have? Link to comment https://forums.phpfreaks.com/topic/39535-php-proxy/ Share on other sites More sharing options...
micah1701 Posted February 21, 2007 Share Posted February 21, 2007 not sure I follow what you're asking. Are you talking about proxies that cache dynamic pages? if so, you want to look into the cache headers, like: <?php header("Cache-Control: no-cache, must-revalidate"); ?> which forces the page to refresh, even if cached by a proxy server (usually) Link to comment https://forums.phpfreaks.com/topic/39535-php-proxy/#findComment-190786 Share on other sites More sharing options...
blankextacy Posted February 22, 2007 Author Share Posted February 22, 2007 im not sure, im looking for something that blocks proxys from your website like http proxys and the script needs to be written in php haveing trouble finding one Link to comment https://forums.phpfreaks.com/topic/39535-php-proxy/#findComment-191073 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.