<?php
$context = stream_context_create(array('http' => array('header'=>'Connection: close\r\n')));
file_get_contents("http://capes.labymod.net/capes/e4314058-987e-41ee-93b0-33bebfe726a0",false,$context);
?>
Doesn't work. capes.labymod.net
are blocking bots. Can PHP fix that problem?