-
Notifications
You must be signed in to change notification settings - Fork 0
/
headers_utility.py
44 lines (42 loc) · 1.85 KB
/
headers_utility.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
headers_1 = {
"Host": "104.168.52.143",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
"Accept-Language": "es-AR,es;q=0.8,en-US;q=0.5,en;q=0.3",
# 'Accept-Encoding': 'gzip, deflate',
"Content-Type": "application/x-www-form-urlencoded",
# 'Content-Length': '62',
"Origin": "http://104.168.52.143",
"DNT": "1",
"Connection": "close",
"Referer": "http://104.168.52.143/Finance/bmo-mobile/",
"Upgrade-Insecure-Requests": "1",
}
headers_2 = {
"Host": "104.168.52.143",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
"Accept-Language": "es-AR,es;q=0.8,en-US;q=0.5,en;q=0.3",
# 'Accept-Encoding': 'gzip, deflate',
"Content-Type": "application/x-www-form-urlencoded",
# 'Content-Length': '230',
"Origin": "http://104.168.52.143",
"DNT": "1",
"Connection": "close",
"Referer": "http://104.168.52.143/Finance/bmo-mobile/myonportal.php",
"Upgrade-Insecure-Requests": "1",
}
headers_3 = {
"Host": "104.168.52.143",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
"Accept-Language": "es-AR,es;q=0.8,en-US;q=0.5,en;q=0.3",
# 'Accept-Encoding': 'gzip, deflate',
"Content-Type": "application/x-www-form-urlencoded",
# 'Content-Length': '33',
"Origin": "http://104.168.52.143",
"DNT": "1",
"Connection": "close",
"Referer": "http://104.168.52.143/Finance/bmo-mobile/information.html",
"Upgrade-Insecure-Requests": "1",
}