For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Capture traffic with Postman proxy
        • Capture HTTP requests
        • Capture HTTPS traffic
        • Capture traffic with Postman Interceptor
        • Sync cookies
      • Webhooks
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Sync cookies with Postman Interceptor
  • Sync cookies from the Interceptor extension
  • Sync cookies with the Postman proxy
Send requestsCapture API traffic

Sync cookies using Postman Interceptor and the Postman proxy

||View as Markdown|
Was this page helpful?
Previous

Capture traffic from a web browser using Postman Interceptor

Next

GraphQL in Postman

Built with

Postman enables you to capture and sync cookies from a web browser or another client application to the Postman cookie jar. You can sync cookies using either the Postman proxy or Postman Interceptor at any time, without having to start a proxy or Interceptor session.

Once configured, Postman continuously captures cookies from the browser or client applications. For the domains you specify, captured cookies are automatically synced to the Postman cookie jar. You can then use the cookies when sending requests from Postman.

You can also capture requests and cookies during a proxy or Interceptor session. Learn more about capturing requests and cookies with the Postman proxy or Postman Interceptor.

Sync cookies with Postman Interceptor

Postman Interceptor is a browser extension that captures network requests from a web browser and saves them to Postman. You can use Interceptor to continuously sync the cookies in your browser to the Postman cookie jar. This option works with either the Postman desktop app or the Postman web app.

The Postman cookie jar always has the latest value for a given cookie. If you need to observe how cookie values change during a request flow, start an Interceptor session.

To sync cookies using Postman Interceptor, do the following:

  1. Install the Postman Interceptor extension by following the steps in Install Interceptor.

  2. Click Tools in the Postman footer, then select Cookie icon Cookies.

  3. In the Cookies window, click Sync Cookies. If you’re using the Postman desktop app, click Interceptor.

    If you get a “No connection to Interceptor” message, make sure your browser is open and the Interceptor extension is installed. If you’re using the Postman desktop app, try closing any browser tabs where the Postman web app is open.

  4. Enter one or more Domains. Postman syncs cookies for the specified domains to the Postman cookie jar.

    Adding a domain also automatically syncs cookies for its subdomains. For example, if you add the postman-echo.com domain, it also syncs cookies from the docs.postman-echo.com subdomain. To sync cookies for the domain only, add https:// in front of the domain, such as https://postman-echo.com.

  5. Click Start Syncing. Cookies for the domains you specified are automatically synced from your browser to Postman.

    • To stop syncing cookies for a domain, click Close icon next to the domain name.
    • To stop capturing and syncing all cookies, click Stop Syncing.

Sync cookies from the Interceptor extension

You can use the Postman Interceptor extension to sync cookies from your browser to the Postman cookie jar without starting an Interceptor session. This option works with either the Postman desktop app or the Postman web app.

To sync cookies from the Interceptor extension:

  1. Install the Postman Interceptor extension by following the steps in Install Interceptor.

  2. Click the Interceptor icon in your browser’s toolbar to open the Interceptor extension.

  3. Click Cookie icon Sync Cookies.

    Make sure the message Ready to sync appears at the bottom of the Interceptor window. If the message Interceptor disconnected appears, make sure either the Postman desktop app is running or the Postman web app is open in your browser.

  4. Enter one or more Domains. Postman syncs cookies for the specified domains to the Postman cookie jar.

    Adding a domain also automatically syncs cookies for its subdomains. For example, if you add the postman-echo.com domain, it also syncs cookies from the docs.postman-echo.com subdomain. To sync cookies for the domain only, add https:// in front of the domain, such as https://postman-echo.com.

  5. Click Sync Cookies. Cookies for the domains you specified are automatically synced from your browser to Postman.

    • To stop syncing cookies for a domain, click Close icon next to the domain name.
    • To stop capturing and syncing all cookies, click Stop Syncing.

Sync cookies with the Postman proxy

A proxy acts as an intermediary between a client application (like a mobile app) and a server (like an API). You can use Postman’s built-in proxy to capture any cookies passing between a client and a server. The captured cookies are synced to the Postman cookie jar for later use. This option doesn’t work with the Postman web app, so make sure to use the Postman desktop app.

The Postman cookie jar always has the latest value for a given cookie. If you need to observe how cookie values change during a request flow, start a proxy session.

To sync cookies using the Postman proxy, do the following:

  1. Open the Postman desktop app and click Tools in the Postman footer, then select Cookie icon Cookies.

  2. In the Cookies window, click Sync Cookies and click Proxy.

  3. Enter a Port number. The default value is 5559. You’ll use this port number when configuring clients.

    You can’t change the port number while the proxy is enabled.

  4. Turn on Enable Postman as a proxy.

  5. Enter one or more Domains. Postman syncs cookies for the specified domains to the Postman cookie jar.

    Adding a domain also automatically syncs cookies for its subdomains. For example, if you add the postman-echo.com domain, it also syncs cookies from the docs.postman-echo.com subdomain. To sync cookies for the domain only, add https:// in front of the domain, such as https://postman-echo.com.

  6. Click Start Syncing.

    • To start syncing cookies, configure one or more clients to use the Postman proxy. Learn more about configuring the proxy on a client device.
    • To stop syncing cookies for a domain, click Close icon next to the domain name.
    • To stop capturing and syncing all cookies, click Stop Syncing.