aufräumen
This commit is contained in:
parent
b5dcc6999d
commit
f3cd2ba730
0
backend/initialize_myp_database.sh → backend/development/initialize_myp_database.sh
Executable file → Normal file
0
backend/initialize_myp_database.sh → backend/development/initialize_myp_database.sh
Executable file → Normal file
0
backend/install.sh → backend/development/install.sh
Executable file → Normal file
0
backend/install.sh → backend/development/install.sh
Executable file → Normal file
@ -2,15 +2,15 @@ import requests
|
||||
import json
|
||||
|
||||
# Basis-URL inkl. Token
|
||||
url = "http://192.168.0.101:80/app?token=48284E8B91424E897B2E4C89175B4C88"
|
||||
url = "http://192.168.0.102:80/app?token=9DFAC92C53CEC92E67A9CB2E00B3CB2F"
|
||||
|
||||
# HTTP-Header wie in der Originalanfrage
|
||||
headers = {
|
||||
"Referer": "http://192.168.0.101:80",
|
||||
"Referer": "http://192.168.0.102:80",
|
||||
"Accept": "application/json",
|
||||
"requestByApp": "true",
|
||||
"Content-Type": "application/json; charset=UTF-8",
|
||||
"Host": "192.168.0.101",
|
||||
"Host": "192.168.0.102",
|
||||
"Connection": "Keep-Alive",
|
||||
"Accept-Encoding": "gzip",
|
||||
"User-Agent": "okhttp/3.14.9"
|
Loading…
x
Reference in New Issue
Block a user