Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Cookie Support #13

Open
masukomi opened this issue Feb 6, 2017 · 7 comments
Open

[feature request] Cookie Support #13

masukomi opened this issue Feb 6, 2017 · 7 comments
Labels

Comments

@masukomi
Copy link

masukomi commented Feb 6, 2017

most web apps require you to be logged in, and most of them use cookies to manage that.

I need the ability to set and modify cookies in order to use this for most anything that I'd need to use a tool like this for.

@asciimoo
Copy link
Owner

asciimoo commented Feb 6, 2017

In the early development code there was a dedicated cookie view, but i decided to remove it, because request-headers view implicitly supports cookie sending by the Cookie request header. I'm still not sure if it was a good decision.
I keep this issue open, to see others opinion.

@Benaiah
Copy link
Contributor

Benaiah commented Feb 8, 2017

It's definitely a matter of taste, but given the widespread use of cookies I don't think a dedicated view would be inappropriate.

@cd6629
Copy link

cd6629 commented Jul 17, 2020

I'd really love this feature as well, this tool is my new favorite.

@masukomi
Copy link
Author

to be clear, i wasn't specifically asking for a dedicated view. That might be nice, but what's more important to me is that when i make a request to a site, a cookie is set, and persisted, and passed on with the next request unless i modify it to not do so.

@asciimoo
Copy link
Owner

@masukomi I see, it sounds useful. Could you work on it?

@masukomi
Copy link
Author

I see, it sounds useful. Could you work on it? - @asciimoo

Alas, writing Go has a tendency to make me want to strangle things. ;) Hopefully someone less "go challenged" can help. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@masukomi @asciimoo @Benaiah @cd6629 and others