kensvin commited on
Commit
51021f3
·
1 Parent(s): 403fe98

fix header

Browse files
Files changed (1) hide show
  1. app.py +13 -17
app.py CHANGED
@@ -63,23 +63,19 @@ def request_product_id(shop_domain, product_key, url):
63
  }
64
  }
65
  headers = {
66
- 'authority': 'gql.tokopedia.com',
67
- 'accept': '*/*',
68
- 'content-type': 'application/json',
69
- 'origin': 'https://www.tokopedia.com',
70
- 'referer': url,
71
- 'sec-ch-ua': '"Chromium";v="122", "Google Chrome";v="122", "Not;A=Brand";v="99"',
72
- 'sec-ch-ua-mobile': '?1',
73
- 'sec-ch-ua-platform': '"Android"',
74
- 'sec-fetch-dest': 'empty',
75
- 'sec-fetch-mode': 'cors',
76
- 'sec-fetch-site': 'same-site',
77
- 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',
78
- 'x-device': 'mobile',
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)