You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Start capture in browser extension
Check the cookies -> correctly stored
Open an endpoint and run -> successful (with stored cookies)
Opens Postman and going to run a Performance test on a collection, selecting only the same endpoint, ran in step 3
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
The text was updated successfully, but these errors were encountered:
mandras73
changed the title
Intercepted cookies not used for Performance test run
Intercepted/Synced cookies not used for Performance test run
Apr 30, 2025
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
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
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
The text was updated successfully, but these errors were encountered: