Federico Blancato

Results 2 comments of Federico Blancato

I tried to reproduce this one without success. This is the edpoint I'm using to test the behaviour ```js app.get('/multiple-cookies', (req, res) => { res.cookie('csrftoken', 'allyourbasebelongtous', { path: '/', secure:...