web/tweetcast-proxy.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 23 Jul 2012 15:01:13 +0200
changeset 661 be173e00218f
parent 432 2c18b115ab00
permissions -rwxr-xr-x
FIX : archives metadata ENDPOINT correct error

<?php

$url = 'http://polemictweet.com:8080/';

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>