How to Get Website Cookies?

OlivedApp

OlivedApp

4/6/2025

#tutorial

Some live streaming platforms require users to log in before watching a stream. For such platforms, you need to manually configure cookies in the software in order to record properly. Here are the steps:

How to Get Cookies

  1. Use your browser to log in to the live streaming platform you want to record;
  2. Right-click on a blank area of the page and select "Inspect" or "Inspect Element" to open the developer tools;
  3. Refresh the page (this step is very important to ensure you get the latest cookies);
  4. Click the "Network" tab at the top;
  5. Select the first request in the left-side list;
  6. Switch to the "Headers" tab;
  7. In the "Request Headers" section, locate the "Cookie" field;
  8. Right-click and copy the entire content after "Cookie:".

Configure Cookies

Paste the copied cookie into the platform configuration (Path: Preferences > Advanced > Site Config) in the following format:

[domain]
Cookie = 'your copied cookie content'
  • Replace “domain” with the actual domain name of the platform, such as [tiktok], [sooplive], etc.
  • Replace “your copied cookie content” with the cookie string you copied in the previous step.
  • You can configure cookies for multiple platforms by pasting them one after another.

Video tutorial

Watch the video tutorial