Translations:S2S ping/24/ru

From Wiki Kaminari Click
Revision as of 02:17, 19 September 2023 by Admin (talk | contribs) (Created page with "const options = { host: 'kaminari.click', port: 443, path: '/v1/pingtest', method: 'POST', headers: { 'Content-Type': 'application/json', 'Content-Length': Buffer.byteLength(payload), 'Accept-Language': 'en-US,en;q=0.5', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0', 'DPR': '2', 'Referer': '""', } };")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

const options = {

   host: 'kaminari.click',
   port: 443,
   path: '/v1/pingtest',
   method: 'POST',
   headers: { 
       'Content-Type': 'application/json',
       'Content-Length': Buffer.byteLength(payload),
       'Accept-Language': 'en-US,en;q=0.5',
       'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0',
       'DPR': '2',
       'Referer': '""',
   }

};