Cookies are being cached when I send a new GET request?

980 Views Asked by At

i'm sending GET requests to my local REST server and I'm trying to set the request Cookie header to something different each time.

however, it seems that postman is somehow caching something because whenever I modify my cookie header request contents to something new it sends the old cookie header request contents.

i have no idea why it doesn't pick up the new cookie header contents that I set. this is not with interceptor turned on.

0

There are 0 best solutions below