Secure HTTP cookies

Hi, in the HTTP response node, I can't find a way to set cookies as "Secure" and/or "HttpOnly".
Are there any plans to handle this ? Thanks !

msg.res._res.cookie('access_token',msg.token,{maxAge:maxAge,httpOnly: true ,secure:true});
it's work

1 Like