nightingale-rest-api-client icon indicating copy to clipboard operation
nightingale-rest-api-client copied to clipboard

"Manage cookies" only adds first cookie from a cookie string

Open bgribaudo opened this issue 3 years ago • 0 comments

Hello,

The "manage cookies" dialog indicates that multiple cookies can be defined with a single cookie entry by separating them with semicolons (e.g. _cfuid=value; Secure; ...).

image

However, only the first cookie specified in an entry is actually sent with requests. (Notice above how cookies "a" and "b" are specified but then below that only "a" is sent.)

image

Any way this could be fixed so that all specified cookies are sent?

Thanks, Ben

bgribaudo avatar Sep 17 '21 13:09 bgribaudo