Skip to content

Instantly share code, notes, and snippets.

View samsepiol1's full-sized avatar
🙃
On vacation

Lucas Matheus samsepiol1

🙃
On vacation
View GitHub Profile
POST /sigaa/ava/ArquivoTurma/listar_discente.jsf HTTP/2
Host: sigaa.ufrn.br
Cookie: _ga=GA1.2.1909644606.1628996568; JSESSIONID=D66E2F1508DF46B02D956A2E6F64607D.sigaa08-producao; _gid=GA1.2.153851858.1629597688; _gat=1
Content-Length: 134
Cache-Control: max-age=0
Sec-Ch-Ua: " Not A;Brand";v="99", "Chromium";v="92"
Sec-Ch-Ua-Mobile: ?0
Upgrade-Insecure-Requests: 1
Origin: https://sigaa.ufrn.br
Content-Type: application/x-www-form-urlencoded
POST /sigaa/ava/ArquivoTurma/listar_discente.jsf HTTP/2
Host: sigaa.ufrn.br
Cookie: _ga=GA1.2.1909644606.1628996568; JSESSIONID=D66E2F1508DF46B02D956A2E6F64607D.sigaa08-producao; _gid=GA1.2.153851858.1629597688; _gat=1
Content-Length: 134
Cache-Control: max-age=0
Sec-Ch-Ua: " Not A;Brand";v="99", "Chromium";v="92"
Sec-Ch-Ua-Mobile: ?0
Upgrade-Insecure-Requests: 1
Origin: https://sigaa.ufrn.br
Content-Type: application/x-www-form-urlencoded
<?php
$usuario_id = $_SESSION['id'];
$user_informacao = get_user_informacao($usuario_id);
?>
<?php
$usuario_id = $_GET['id'];
$user_informacao = get_user_informacao($usuario_id);
?>