Facebook
From Владислав, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 56
  1. curl 'https://www.utkonos.ru/api/v1/goodsItemSearch' \
  2.   -H 'authority: www.utkonos.ru' \
  3.   -H 'accept: application/json, text/plain, */*' \
  4.   -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' \
  5.   -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryvOKTepCjBBVARAbu' \
  6.   -H 'origin: https://www.utkonos.ru' \
  7.   -H 'sec-fetch-site: same-origin' \
  8.   -H 'sec-fetch-mode: cors' \
  9.   -H 'sec-fetch-dest: empty' \
  10.   -H 'referer: https://www.utkonos.ru/cat/40' \
  11.   -H 'accept-language: ru,ru-RU;q=0.9,en-US;q=0.8,en;q=0.7,ky;q=0.6' \
  12.   -H 'cookie: Utk_DvcGuid=6D5103F931F6BF66890F21E966BC436B; Utk_SssTkn=293AF2260F7E9EEFCDA0F4967EEA5A66; store_mod=full; G_ENABLED_IDPS=google; agree_with_cookie=true; Utk_MrkGrpTkn=B448CEED79F2FEB63BCF9AC22CEB127D; Utk_LncTime=2020-12-23+14%3A01%3A02%7C0ECC618E1309F9FCA47EC4EA0B8734ED; store=utk; ADRUM_BT=R%3A23%7Cg%3A529f30b2-e65b-4883-984a-250112683878557%7Cn%3Aprod_02bfeb07-c952-460f-b8ad-2f1b0fa4b30f%7Ci%3A7298%7Cd%3A344%7Ch%3Ae%7Ce%3A847' \
  13.   --data-binary $'------WebKitFormBoundaryvOKTepCjBBVARAbu\r\nContent-Disposition: form-data; name="request"\r\n\r\n{"Head":{"DeviceId":"6D5103F931F6BF66890F21E966BC436B","Domain":"www.utkonos.ru","RequestId":"fd947996c73548e3f5fe1cb65ec88da8","MarketingPartnerKey":"mp-cc3c743ffd17487a9021d11129548218","Version":"angular_web_0.0.0","Client":"angular_web_0.0.0","Method":"goodsItemSearch","Store":"utk","SessionToken":"293AF2260F7E9EEFCDA0F4967EEA5A66"},"Body":{"Return":{"LandingData":1,"Properties":1,"AllProperties":1,"GoodsCategoryTree":1,"GoodsCategoryList":0,"CatalogueFilters":1,"Banners":1},"Offset":0,"Filters":[],"OrderPreset":"category-popular","Count":40,"addictive":false,"IncludePreorder":1,"CatalogueFilters":[],"ModelGrouping":0,"ModelGroupingInside":1,"GoodsCategoryId":"40"}}\r\n------WebKitFormBoundaryvOKTepCjBBVARAbu--\r\n' \
  14.   --compressed