Добавлены логи Wireshark, исправлен requestAPIgitea.py
This commit is contained in:
parent
db071b5123
commit
bbc517790f
BIN
TCP.pcapng
Normal file
BIN
TCP.pcapng
Normal file
Binary file not shown.
BIN
UDP.pcapng
Normal file
BIN
UDP.pcapng
Normal file
Binary file not shown.
BIN
http requests.pcapng
Normal file
BIN
http requests.pcapng
Normal file
Binary file not shown.
@ -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())
|
Loading…
Reference in New Issue
Block a user