Cookie Import
Browser cookie, also known as HTTP cookie is a file which is saved on a client side and used for saving user data. One of the main function of cookies is user authentication. By using cookie import feature in Multilogin you can import cookies from your regular browser into Mimic or Stealthfox browser.
How to import Cookie into Multilogin
Cookies can be imported in JSON and Netscape formats.
- Choose a browser profile
- Click on browser profile settings button and click “Cookie import”

Cookie import by Text (copy - paste)
- Choose Text radio button
- Paste your cookies (JSON or Netscape format)
- Press "Import Cookie" button

Cookie import by file upload
- Choose File radio button
- Drag and drop your file
- Press "Import Cookie" button

Cookie Import API
You can also import cookies into your browser profiles by using cookieImportJSON and cookieImportNetscape Local API endpoints. Both endpoints are described in our swagger documentation (A.k.a OpenAPI Specification).
How to export Cookies
Multilogin browser profiles support only cookies in JSON or Netscape format. If you are planning to export cookies from your browser then you can use one of the following extensions:
- Firefox - Export Cookies by Rotem Dan (Netscape), Cookie-Editor by Moustachauve (JSON)
- Chrome - cookies.txt by Genuinous (Netscape), EditThisCookie by editthiscookie.com (JSON)