rest-nvim / rest.nvim

A fast Neovim http client written in Lua
GNU General Public License v3.0
1.61k stars 142 forks source link

Cookies are not set when Set-Cookie header is received #265

Closed Tesohh closed 8 months ago

Tesohh commented 11 months ago

When a Set-Cookie header is received, cookies are not set anywhere, which is something that would be extremely useful for anyone that has a service with a login. This should be able to be done in curl using --cookie-jar flag.

GustavoKatel commented 8 months ago

is this possible with the recent release?

NTBBloodbath commented 8 months ago

is this possible with the recent release?

Yes sir, I don't know how I didn't see this issue when I made reference to the others in the v2 PR ... Closing it now :)

eeeXun commented 7 months ago

Hi, @NTBBloodbath. How should we set cookie? I don't see any document or example.