Create headers.py
Browse files- constants/headers.py +4 -0
constants/headers.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
HEADER_AIO = {
|
2 |
+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67",
|
3 |
+
"Cookie": "fencekey=0e31613a539b90e445bbcecafaa5a273",
|
4 |
+
}
|