Добавлены логи Wireshark, исправлен requestAPIgitea.py

This commit is contained in:
Дмитрий Корзюков 2025-05-13 12:40:09 +03:00
parent db071b5123
commit bbc517790f
4 changed files with 1 additions and 1 deletions

BIN
TCP.pcapng Normal file

Binary file not shown.

BIN
UDP.pcapng Normal file

Binary file not shown.

BIN
http requests.pcapng Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
import requests
TOKEN = "TOKEN"
TOKEN = "43a9838d6f54c767e066e3c7f2d2517026f6912e"
headers = {"Authorization": f"token {TOKEN}"}
response = requests.get("https://git.vyatsu.ru/api/v1/user", headers=headers)
print(response.json())