if you difficult to gen cookies

for login website, if you're struggling to generate the account cookies you can do it manually.

Instructions:

  1. log in manually on the site.

  2. install this extension or similar https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm

  3. copy the value of "_shopify_essential"

  4. create or modify the account-cookies file/folders manually

Contents of the file. You'll need to fill in 2 sections. The cookie value and the domain name.

{"jar": [
  {
    "name": "_shopify_essential",
    "value": "PUT_VALUE_HERE",
    "domain": "PUT_DOMAIN_HERE",
    "path": "/",
    "expiryTime": 9999999999,
    "secure": true,
    "httpOnly": true,
    "wrap": false
  }
]}

Ensure this cookie file is in the correct folder/name. In the attached example image, the account group would be example and it would correspond to myemailaddressuncle@icloud.com

最終更新