Matteo Omicini

Results 2 issues of Matteo Omicini

Someone of you in the past added this code in index.js and I don't know why it was removed ``` // use helpers if(document.helper){ document.helper.forEach(element => { Handlebars.registerHelper(element.name,element.function); }); }...

**Describe the bug** I can get data of the response and some headers but there's not cookies sections of the response checking with postman I can view that there is...