Spaces:
Sleeping
Sleeping
fix header
Browse files
app.py
CHANGED
@@ -63,23 +63,19 @@ def request_product_id(shop_domain, product_key, url):
|
|
63 |
}
|
64 |
}
|
65 |
headers = {
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
'x-source': 'tokopedia-lite',
|
80 |
-
'x-tkpd-akamai': 'pdpGetLayout',
|
81 |
-
'x-tkpd-lite-service': 'zeus',
|
82 |
-
'x-version': '859a718'
|
83 |
}
|
84 |
|
85 |
response = requests.post(ENDPOINT, headers=headers, json=payload)
|
|
|
63 |
}
|
64 |
}
|
65 |
headers = {
|
66 |
+
"Accept": "*/*",
|
67 |
+
"Content-Type": "application/json",
|
68 |
+
"Dnt": "1",
|
69 |
+
"Referer": url,
|
70 |
+
"Sec-Ch-Ua": '"Not_A Brand";v="8", "Chromium";v="120", "Google Chrome";v="120"',
|
71 |
+
"Sec-Ch-Ua-Mobile": "?0",
|
72 |
+
"Sec-Ch-Ua-Platform": '"Windows"',
|
73 |
+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
|
74 |
+
"X-Device": "desktop",
|
75 |
+
"X-Source": "tokopedia-lite",
|
76 |
+
"X-Tkpd-Akamai": "pdpGetLayout",
|
77 |
+
"X-Tkpd-Lite-Service": "zeus",
|
78 |
+
"X-Version": "bcc81b6",
|
|
|
|
|
|
|
|
|
79 |
}
|
80 |
|
81 |
response = requests.post(ENDPOINT, headers=headers, json=payload)
|