Estou tentando usar em file_get_contentsconjunto com stream_context_createpara fazer solicitações POST. Meu código até agora: $options = array('http' => array( 'method' => 'POST', 'content' => $data, 'header' => "Content-Type: text/plain\r\n" . "Content-Length: " ....