Yuval Peled

Results 3 comments of Yuval Peled

This also doesn't work for me. I tried downgrading from 4.0.0 to 3.0.1 and to 3.0.0 (which is 2 years old) and it did not help. I'm suspecting this is...

@Thymas1 I ended up working with native node.js libraries and it's just as easy: ```typescript const data = new URLSearchParams(); data.append(key, value); const response = await axios.post(url, data, {headers: {'Content-Type':...

@bl00mber Are there any plans to merge mask fixes? Thank you