Hello everyone, I decided to put Ulogin (authorization widget through social networks). Here, I have a question, is it worth somehow filtering what comes through file_get_contents?
$s = file_get_contents('http://ulogin.ru/token.php?token=' . $_POST['token'] . '&host=' . $_SERVER['HTTP_HOST']); $user = json_decode($s, true);