<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>CookieMan Blog</title><description>Guides and tutorials about cookie management, formats and browser debugging.</description><link>https://cookieman.pro/</link><language>en</language><item><title>Fix __Host- Cookie Rejected by Chrome</title><link>https://cookieman.pro/guides/fix-host-prefix-cookie-rejected/</link><guid isPermaLink="true">https://cookieman.pro/guides/fix-host-prefix-cookie-rejected/</guid><description>__Host- cookies must be Secure, Path=/, and host-only (no Domain). Paste broken JSON, correct the fields, then import on that host over HTTPS.</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><category>__Host- cookie rejected</category><category>__Host- prefix</category><category>__Secure- cookie</category><category>host prefix cookie Chrome</category></item><item><title>Fix SameSite=None Without Secure</title><link>https://cookieman.pro/guides/fix-samesite-none-without-secure/</link><guid isPermaLink="true">https://cookieman.pro/guides/fix-samesite-none-without-secure/</guid><description>Chrome rejects SameSite=None unless Secure is set. The converter will not override the browser. Paste JSON, set secure true, then import on HTTPS.</description><pubDate>Sun, 16 Aug 2026 00:00:00 GMT</pubDate><category>SameSite=None without Secure</category><category>SameSite None rejected</category><category>SameSite=None Secure required</category><category>cookie SameSite None</category></item><item><title>Fix #HttpOnly_ Dropped as a Comment</title><link>https://cookieman.pro/guides/fix-httponly-prefix-as-comment/</link><guid isPermaLink="true">https://cookieman.pro/guides/fix-httponly-prefix-as-comment/</guid><description>Naive parsers skip every # line and delete HttpOnly session cookies. CookieMan keeps #HttpOnly_ rows. Paste the file here to rewrite it.</description><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate><category>#HttpOnly_ comment</category><category>HttpOnly cookies.txt</category><category>HttpOnly prefix Netscape</category><category>curl HttpOnly</category></item><item><title>Fix Cookie Domain Defaulted to localhost</title><link>https://cookieman.pro/guides/fix-cookie-missing-domain-localhost/</link><guid isPermaLink="true">https://cookieman.pro/guides/fix-cookie-missing-domain-localhost/</guid><description>Header strings and JSON maps have no domain, so CookieMan writes localhost and warns. Convert to JSON Array, set a real host, then import or export Netscape.</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate><category>Cookie missing domain</category><category>defaulted to localhost</category><category>cookie domain localhost</category><category>Header string no domain</category></item><item><title>Fix cookies.txt Millisecond Expiry</title><link>https://cookieman.pro/guides/fix-netscape-milliseconds-expiry/</link><guid isPermaLink="true">https://cookieman.pro/guides/fix-netscape-milliseconds-expiry/</guid><description>A 13-digit Netscape expiry is milliseconds, not Unix seconds. CookieMan divides values greater than 1e12 by 1000 and warns. Paste the file here to rewrite column 5.</description><pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate><category>cookies.txt milliseconds</category><category>Netscape expiry milliseconds</category><category>13-digit cookie timestamp</category><category>yt-dlp cookies expiry</category></item><item><title>Fix: Skipped invalid Netscape line</title><link>https://cookieman.pro/guides/fix-skipped-invalid-netscape-line/</link><guid isPermaLink="true">https://cookieman.pro/guides/fix-skipped-invalid-netscape-line/</guid><description>CookieMan skips a Netscape row without seven fields. Editors that turn tabs into spaces are the usual cause. Paste the file here to reconstruct it.</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate><category>Skipped invalid Netscape line</category><category>cookies.txt spaces not tabs</category><category>Netscape tabs</category><category>cookies.txt not loading</category></item><item><title>Fix: Could not detect cookie format</title><link>https://cookieman.pro/guides/fix-could-not-detect-cookie-format/</link><guid isPermaLink="true">https://cookieman.pro/guides/fix-could-not-detect-cookie-format/</guid><description>CookieMan emits this warning when the paste is not JSON, Netscape, Cookie header, Set-Cookie or Base64. Strip the BOM, extract cookie text, then convert.</description><pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate><category>Could not detect cookie format</category><category>cookie format detection failed</category><category>unknown cookie format</category><category>CookieMan detectFormat</category></item><item><title>Export Partitioned CHIPS Cookies</title><link>https://cookieman.pro/guides/chips-partitioned-cookie-export/</link><guid isPermaLink="true">https://cookieman.pro/guides/chips-partitioned-cookie-export/</guid><description>Partitioned cookies need JSON Array with partitionKey.topLevelSite. Netscape, headers and Set-Cookie drop the key, so Chrome stores the wrong partition.</description><pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate><category>CHIPS cookies</category><category>partitioned cookie export</category><category>partitionKey topLevelSite</category><category>partitioned Set-Cookie</category></item><item><title>SameSite Lost in cookies.txt Exports</title><link>https://cookieman.pro/guides/samesite-cookies-txt-loss/</link><guid isPermaLink="true">https://cookieman.pro/guides/samesite-cookies-txt-loss/</guid><description>Netscape cookies.txt has no SameSite column. JSON → Netscape → JSON always yields unspecified. Keep JSON Array when Lax, Strict or None must survive Chrome import.</description><pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate><category>SameSite cookies.txt</category><category>SameSite Netscape</category><category>SameSite lost export</category><category>SameSite JSON</category></item><item><title>Base64 Cookie Export to JSON Array</title><link>https://cookieman.pro/guides/base64-cookies-json/</link><guid isPermaLink="true">https://cookieman.pro/guides/base64-cookies-json/</guid><description>Paste a Base64-encoded cookie dump (JSON, Netscape or header). The decoder unwraps it, reports the inner format, and serialises JSON Array, cookies.txt or a header.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate><category>Base64 cookies</category><category>decode cookie Base64</category><category>Base64 JSON cookies</category><category>cookie export Base64</category></item><item><title>Cookie Header vs Set-Cookie Conversion</title><link>https://cookieman.pro/guides/cookie-header-vs-set-cookie/</link><guid isPermaLink="true">https://cookieman.pro/guides/cookie-header-vs-set-cookie/</guid><description>A Cookie request header is name=value pairs. Set-Cookie response lines carry Domain, Path, flags and Expires. Convert each separately — they are not interchangeable.</description><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate><category>Cookie vs Set-Cookie</category><category>Set-Cookie to JSON</category><category>Cookie header format</category><category>request vs response cookies</category></item><item><title>JSON Map vs JSON Array Cookie Export</title><link>https://cookieman.pro/guides/json-map-vs-json-array/</link><guid isPermaLink="true">https://cookieman.pro/guides/json-map-vs-json-array/</guid><description>A JSON map is name→value only. CookieMan fills domain=localhost, path=/, session=true and warns. Use JSON Array when you need to import into Chrome.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate><category>JSON map cookies</category><category>JSON array vs map</category><category>cookie JSON object</category><category>localhost default domain</category></item><item><title>JSON Array vs cookies.txt Field Mapping</title><link>https://cookieman.pro/guides/json-array-vs-cookies-txt/</link><guid isPermaLink="true">https://cookieman.pro/guides/json-array-vs-cookies-txt/</guid><description>Side-by-side mapping of CookieMan JSON Array fields to Netscape cookies.txt. SameSite, partitionKey and store metadata never survive the seven-column file.</description><pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate><category>JSON vs cookies.txt</category><category>cookies.txt field mapping</category><category>JSON Array Netscape</category><category>cookie format comparison</category></item><item><title>Axios Cookie Header from JSON Export</title><link>https://cookieman.pro/guides/axios-cookie-header/</link><guid isPermaLink="true">https://cookieman.pro/guides/axios-cookie-header/</guid><description>Convert a JSON cookie array to a Cookie header for Axios in Node. Browsers ignore this header. HttpOnly cannot appear on the wire.</description><pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate><category>Axios Cookie header</category><category>Axios cookies</category><category>JSON to Cookie header</category><category>axios headers Cookie</category></item><item><title>Puppeteer Cookies JSON to cookies.txt</title><link>https://cookieman.pro/guides/puppeteer-cookies-json/</link><guid isPermaLink="true">https://cookieman.pro/guides/puppeteer-cookies-json/</guid><description>Paste the array from page.cookies() or browser.cookies() and convert it to Netscape or CookieMan JSON. expires -1 is a session cookie; SameSite is kept only in JSON.</description><pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate><category>Puppeteer cookies</category><category>page.cookies JSON</category><category>Puppeteer to cookies.txt</category><category>Puppeteer CookieParam</category></item><item><title>Playwright storageState to cookies.txt</title><link>https://cookieman.pro/guides/playwright-storage-state-cookies/</link><guid isPermaLink="true">https://cookieman.pro/guides/playwright-storage-state-cookies/</guid><description>Paste a Playwright storageState file. The converter unwraps the cookies array, treats expires -1 as a session cookie, and writes Netscape for curl or Chrome JSON.</description><pubDate>Sun, 02 Aug 2026 00:00:00 GMT</pubDate><category>Playwright storageState</category><category>Playwright cookies.txt</category><category>storageState to JSON</category><category>Playwright expires -1</category></item><item><title>httpx Cookies from Netscape File</title><link>https://cookieman.pro/guides/httpx-cookies-txt/</link><guid isPermaLink="true">https://cookieman.pro/guides/httpx-cookies-txt/</guid><description>Convert JSON or a Cookie header to Netscape cookies.txt and load it in httpx.Client. httpx has no cookies.txt reader — use http.cookiejar, then copy into the client.</description><pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate><category>httpx cookies</category><category>httpx cookies.txt</category><category>httpx CookieJar</category><category>httpx Netscape</category></item><item><title>Python Requests CookieJar from JSON</title><link>https://cookieman.pro/guides/python-requests-cookiejar/</link><guid isPermaLink="true">https://cookieman.pro/guides/python-requests-cookiejar/</guid><description>Convert browser JSON to Netscape for Requests via MozillaCookieJar, or to a Cookie header. Set domains before you call the host.</description><pubDate>Fri, 31 Jul 2026 00:00:00 GMT</pubDate><category>Python requests cookies</category><category>MozillaCookieJar</category><category>requests cookies.txt</category><category>requests CookieJar</category></item><item><title>HTTPie Session Cookies from JSON</title><link>https://cookieman.pro/guides/httpie-session-cookies/</link><guid isPermaLink="true">https://cookieman.pro/guides/httpie-session-cookies/</guid><description>Convert a JSON cookie export into a Cookie header for httpie -A or a Netscape jar for curl-compatible sessions. Domains must be real hosts, not localhost.</description><pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate><category>HTTPie cookies</category><category>httpie session</category><category>HTTPie Cookie header</category><category>httpie cookies.txt</category></item><item><title>wget --load-cookies File from JSON</title><link>https://cookieman.pro/guides/wget-load-cookies/</link><guid isPermaLink="true">https://cookieman.pro/guides/wget-load-cookies/</guid><description>Convert a JSON cookie export to Netscape cookies.txt for wget --load-cookies. Keep session cookies with --keep-session-cookies or wget will drop expiry 0 on save.</description><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate><category>wget --load-cookies</category><category>wget cookies.txt</category><category>wget --save-cookies</category><category>wget session cookies</category></item><item><title>curl -b cookies.txt from JSON Export</title><link>https://cookieman.pro/guides/curl-cookies-txt/</link><guid isPermaLink="true">https://cookieman.pro/guides/curl-cookies-txt/</guid><description>Turn a Chrome JSON export into the Netscape file curl -b and -c expect: tabs, #HttpOnly_ prefixes, Unix-second expiry and a trailing newline.</description><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate><category>curl cookies.txt</category><category>curl -b cookies</category><category>curl cookie jar</category><category>JSON to cookies.txt</category></item><item><title>HAR Set-Cookie Headers to JSON</title><link>https://cookieman.pro/guides/har-set-cookie-to-json/</link><guid isPermaLink="true">https://cookieman.pro/guides/har-set-cookie-to-json/</guid><description>CookieMan does not parse a whole HAR JSON file. Copy the Set-Cookie lines out of the response and convert them to a JSON array with Domain, Path, flags and Expires.</description><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate><category>HAR Set-Cookie</category><category>HAR cookies to JSON</category><category>Set-Cookie to JSON</category><category>DevTools HAR cookies</category></item><item><title>yt-dlp cookies.txt from Chrome Export</title><link>https://cookieman.pro/guides/yt-dlp-cookies-txt/</link><guid isPermaLink="true">https://cookieman.pro/guides/yt-dlp-cookies-txt/</guid><description>Convert Chrome JSON or a browser dump to the Netscape file yt-dlp --cookies expects, with tabs, Unix seconds and #HttpOnly_ session cookies intact.</description><pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate><category>yt-dlp cookies.txt</category><category>yt-dlp --cookies</category><category>yt-dlp cookies from Chrome</category><category>youtube-dl cookies.txt</category></item><item><title>Selenium get_cookies() to JSON Array</title><link>https://cookieman.pro/guides/selenium-cookies-to-json/</link><guid isPermaLink="true">https://cookieman.pro/guides/selenium-cookies-to-json/</guid><description>Paste the list from WebDriver get_cookies() — expiry, httpOnly, sameSite — and convert it to CookieMan JSON or cookies.txt. expires ≤ 0 becomes a session cookie.</description><pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate><category>Selenium cookies</category><category>get_cookies JSON</category><category>Selenium to cookies.txt</category><category>WebDriver cookies</category></item><item><title>Cookie Quick Manager Export to JSON</title><link>https://cookieman.pro/guides/cookie-quick-manager-to-json/</link><guid isPermaLink="true">https://cookieman.pro/guides/cookie-quick-manager-to-json/</guid><description>Move a Firefox Cookie Quick Manager dump into Chrome: paste cookies.txt or JSON, convert to a JSON array, then import with CookieMan on the matching origin.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate><category>Cookie Quick Manager</category><category>Cookie Quick Manager export</category><category>Firefox cookies to Chrome</category><category>Cookie Quick Manager JSON</category></item><item><title>Insomnia Cookie Jar to cookies.txt</title><link>https://cookieman.pro/guides/insomnia-cookies-to-cookies-txt/</link><guid isPermaLink="true">https://cookieman.pro/guides/insomnia-cookies-to-cookies-txt/</guid><description>Take cookies copied from Insomnia’s Cookie Jar or a Cookie header and write a Netscape cookies.txt curl and wget will load. Set domains before you save the jar.</description><pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate><category>Insomnia cookies</category><category>Insomnia cookie jar</category><category>Insomnia to cookies.txt</category><category>Insomnia curl</category></item><item><title>Postman Cookie Header to JSON</title><link>https://cookieman.pro/guides/postman-cookies-to-json/</link><guid isPermaLink="true">https://cookieman.pro/guides/postman-cookies-to-json/</guid><description>Paste a Postman Cookie header and turn name=value pairs into a JSON array. Domains default to localhost until you set them — then import or send via curl.</description><pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate><category>Postman cookies</category><category>Postman Cookie header</category><category>Cookie header to JSON</category><category>Postman to cookies.txt</category></item><item><title>Convert Get cookies.txt LOCALLY to JSON</title><link>https://cookieman.pro/guides/get-cookies-txt-locally-to-json/</link><guid isPermaLink="true">https://cookieman.pro/guides/get-cookies-txt-locally-to-json/</guid><description>Turn a Netscape file from the Get cookies.txt LOCALLY extension into a JSON array that keeps HttpOnly flags, then import it in Chrome or another profile.</description><pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate><category>Get cookies.txt LOCALLY</category><category>cookies.txt to JSON</category><category>Get cookies.txt LOCALLY JSON</category><category>Netscape to JSON</category></item><item><title>EditThisCookie JSON to cookies.txt</title><link>https://cookieman.pro/guides/editthiscookie-json-to-cookies-txt/</link><guid isPermaLink="true">https://cookieman.pro/guides/editthiscookie-json-to-cookies-txt/</guid><description>Paste an EditThisCookie JSON export and download a tab-separated cookies.txt with #HttpOnly_ prefixes and Unix-second expiry, ready for curl or yt-dlp.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate><category>EditThisCookie JSON to cookies.txt</category><category>EditThisCookie export</category><category>convert EditThisCookie</category><category>Netscape cookies.txt</category></item><item><title>Cookie-Editor Alternative for Chrome (MV3)</title><link>https://cookieman.pro/guides/cookie-editor-alternative/</link><guid isPermaLink="true">https://cookieman.pro/guides/cookie-editor-alternative/</guid><description>Cookie-Editor is a cookie inspector. CookieMan is a Manifest V3 editor that imports the same JSON and converts it to cookies.txt, headers or Base64.</description><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate><category>Cookie-Editor alternative</category><category>Cookie-Editor Chrome</category><category>Cookie-Editor JSON export</category><category>CookieMan</category></item><item><title>How to Edit Cookies in Chrome (2026 Guide)</title><link>https://cookieman.pro/blog/how-to-edit-cookies-in-chrome/</link><guid isPermaLink="true">https://cookieman.pro/blog/how-to-edit-cookies-in-chrome/</guid><description>Three ways to view and change browser cookies — DevTools, an extension, and the command line — with the attribute rules that decide whether your edit sticks.</description><pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate><category>Chrome</category><category>Debugging</category></item><item><title>Netscape cookies.txt Format Explained</title><link>https://cookieman.pro/blog/netscape-cookies-txt-format-explained/</link><guid isPermaLink="true">https://cookieman.pro/blog/netscape-cookies-txt-format-explained/</guid><description>The seven tab-separated fields of cookies.txt, the #HttpOnly_ prefix, expiry handling, and how to convert the format for curl, wget and yt-dlp.</description><pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate><category>Formats</category><category>curl</category></item><item><title>Import and Export Cookies Between Browsers</title><link>https://cookieman.pro/blog/import-export-cookies-between-browsers/</link><guid isPermaLink="true">https://cookieman.pro/blog/import-export-cookies-between-browsers/</guid><description>Move a logged-in session from one browser or profile to another without losing attributes — which format to pick, and why some cookies refuse to travel.</description><pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate><category>Workflow</category><category>Formats</category></item></channel></rss>