Can't read httponly cookie in postman

Hello everyone,

I’m trying to set and read httponly secured cookie via postman calling appropriate endpoints.
The application is spring boot based.
Now, while i can set the cookie correctly (the cookie is present in postman) , i cannot read it later on. My spring app does not find any cookies using the @CoookiValue annotation.

If i use the browser calling the endpoint the cookie is correctly set and read.

Any suggestion?

Thank you very much