jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

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

Open bgribaudo opened 3 years ago

bgribaudo commented 3 years ago

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