postman-app-support
postman-app-support copied to clipboard
Cookies aren't available for gRPC calls
Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
I want to be able to use the cookieJar intercepter to add cookies to my gRPC calls.
Here is what HTTP requests have:
(Cookies button available)
(
pm.cookies is defined in the scripts tab)
Whereas when I want to make a gRPC call, this is what I get:
(Cookies button unavailable)
(
pm.cookies is unavailable)
We would love to use postman to test our gRPC API calls, since using the cookie interceptor would be so much easier than copying the text over, but this bug doesn't allow us to use it.
Steps To Reproduce
- Open a request tab
- Choose gRPC request
- Cookie button is not available
OR
- Open a request tab
- Choose
Scriptstab - type
pm.cookies - Cookies is unavailable on the
pminstance
Screenshots or Videos
No response
Operating System
Windows
Postman Version
10.23.8
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response