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
Describe the bug
Switching"Disable cookie jar" to ON for a request should disable the cookie jar for that request only. However, in the runner all subsequent requests also seem to have the cookies disabled. The bug isn't triggered when the requests are executed manually. It seems to be a problem of the runner.
To Reproduce
Steps to reproduce the behavior:
Create new collection.
Create a request to an endpoint that has a set-cookie in the response header.
Create another request to some other endpoint on the same domain.
Create another request to some other endpoint on the same domain. Disable the cookie jar for this request in settings.
Create another request to some other endpoint on the same domain. This should have the cookie jar enabled.
Run the collection and save the response. You'll see that the cookie for the request made in step 5 is not set.
Expected behavior
I'm expecting that switching"Disable cookie jar" to on only disables cookies for that particular request, but in the runner it disables cookies for all subsequent requests.
App information (please complete the following information):
App Native App
Postman Version v7.21.2 and v7.21.1
OS: macOs Catalina and windows 10 (latest updates).
jtonneyck
changed the title
Disabling the cookie jar for 1 requests, disables it for a subsequent requests
Disabling the cookie jar for 1 requests, disables it for subsequent requests
Apr 9, 2020
Describe the bug
Switching"Disable cookie jar" to ON for a request should disable the cookie jar for that request only. However, in the runner all subsequent requests also seem to have the cookies disabled. The bug isn't triggered when the requests are executed manually. It seems to be a problem of the runner.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'm expecting that switching"Disable cookie jar" to on only disables cookies for that particular request, but in the runner it disables cookies for all subsequent requests.
App information (please complete the following information):
I've created a collection that demonstrates the bug: https://www.getpostman.com/collections/93ebb73ec3928df0fe96
The text was updated successfully, but these errors were encountered: