Şu anda RSS işler ve ATOM istemci tarafında Feeds bir uygulama inşa ediyorum. Ben doğrudan "http://stackoverflow.com/feeds/tag/php" bir ajax isteği göndermek değil, ama sadece gibi XML dosyasını echos benim sunucuya bir istek gönderebilir:
<?php
echo file_get_contents('http://stackoverflow.com/feeds/tag/php');
?>
Bunu yaparken güvenlik etkileri (varsa) nelerdir?