1
Make a cookie immutable
Source: Kong/insomnia#3517 · opened by @fabiosantoscode
Is your feature request related to a problem? Please describe.
Whenever I'm talking to a backend I'm working with, and there's anything wrong with auth, it clears the session cookie. This is good behaviour I don't wish to change. The problem is, every time something wrong happens with auth, I have to go and manually set the session cookie again in the cookie screen.
Describe the solution you'd like
I would like to make my session cookie immutable, such that the server can't modify it. Instead only I can modify this cookie, manually or through a plugin.
Describe alternatives you've considered
My first idea was to add a Cookie= header to every request, which almost worked, but it prevents other cookies from being sent and managed by insomnia.
Additional context
This is what my backend does to my precious cookie:
![Screenshot from 2020-05-04 15-34-59](
Whenever I'm talking to a backend I'm working with, and there's anything wrong with auth, it clears the session cookie. This is good behaviour I don't wish to change. The problem is, every time something wrong happens with auth, I have to go and manually set the session cookie again in the cookie screen.
Describe the solution you'd like
I would like to make my session cookie immutable, such that the server can't modify it. Instead only I can modify this cookie, manually or through a plugin.
Describe alternatives you've considered
My first idea was to add a Cookie= header to every request, which almost worked, but it prevents other cookies from being sent and managed by insomnia.
Additional context
This is what my backend does to my precious cookie:
![Screenshot from 2020-05-04 15-34-59](
No pledges yet. Be the first to back this.
Comments
Similar requests
Plugin hook to access cookie jar
1 vote · 0 comments
Can't set cookie url to environmental variable
1 vote · 0 comments
[Feature Request] Allow for globally disabling cookies on requests
7 votes · 0 comments
[Feature Request] rewrite domain and http security when storing cookies
1 vote · 0 comments
Ability to export workspace without cookies
4 votes · 0 comments
No comments yet.