Ben bir get isteği ile bir URL kabul eden bir php komut dosyası gerekir ve ben bu URL kullanılır ziyaretçi, daha sonra gönderilen aynı başlıklarını sunucu kullanarak dosyayı iade aynı başlıkları göndermek için bir istek göndermek istiyorum.
eg. requested is http://Google.com/ The PHP script uses Curl to request http://Google.com/ sending the same headers as the user's browser sent to the script (eg. browser name) The data is then sent to the user's browser with the same headers Google sent to the script (eg. cache, ttl etc.).