Capture with pre-defined cookies

Login cookies from an other browser

If you want to capture a website as if you were loggged in, you need to pass your session cookies.

You can do it by using the following procedure:

  1. Install Cookie Quick Manager.

  2. Login on the website you want to capture

  3. Click on the icon in the top right of your browser > Manage all cookies

  4. Search for a domain and tick the Sub-domain box if needed

  5. Right clock on the domain you want to export > save to file > cookies.json.

On the capture page, select that file and capture the website.

Replay cookies from an other lookyloo capture

You can also replay the downloaded cookies from an hostnode popup in an existing capture.

Manually pass cookies

If the two options above aren’t working for you, the expected input is a json document in the format below. The keys are explained in the MDN Web Docs.

[
  {
    'key': 'value',
    ...
  }
]