Skip to content

Intercepted/Synced cookies not used for Performance test run #13568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
mandras73 opened this issue Apr 30, 2025 · 0 comments
Open
1 task done

Intercepted/Synced cookies not used for Performance test run #13568

mandras73 opened this issue Apr 30, 2025 · 0 comments

Comments

@mandras73
Copy link

mandras73 commented Apr 30, 2025

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

Hi,
I'm using interceptor extension for Edge.
Opening one single endpoint and executing it runs successful, using the stored cookies (under Cookies > Managed Cookies)
Why Performance run not able to use the same stored cookies?

I also tried to add script to collection, not helped
const cookieJar = pm.cookies.jar(); cookieJar.getAll(pm.environment.get("baseUrl"));

Steps To Reproduce

  1. Start capture in browser extension
  2. Check the cookies -> correctly stored
  3. Open an endpoint and run -> successful (with stored cookies)
  4. Opens Postman and going to run a Performance test on a collection, selecting only the same endpoint, ran in step 3
  5. Got 100% unauthorized error

Screenshots or Videos

No response

Operating System

Windows

Postman Version

11.43.3

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

@mandras73 mandras73 changed the title Intercepted cookies not used for Performance test run Intercepted/Synced cookies not used for Performance test run Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant