jenius-apps / nightingale-rest-api-client

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

Bug parsing cookie containing = (equal) character #274

Open massijay opened 8 months ago

massijay commented 8 months ago

If I set (manually) a cookie which contains the = (equal) character inside its value it's not parsed correctly

dpaulino commented 7 months ago

@massijay can you share a screenshot? and what do you mean by not parsed correctly? Can you share the expected result?

massijay commented 7 months ago

The problem apparently occurs when cookie contains the = sign more than once As you can see the cookie is not sent entirely to the server cookie-bug-1 cookie-bug-2

dpaulino commented 7 months ago

Thank you for the screenshots! It's much clearer now, so I think I know where to investigate. Thanks.