Published onNovember 14, 2022AxiosError, Parse Error, Invalid header value charaxiosInvalid header value char. Have you ever seen this error? I have, and it's taken me some hours to figure out what was going on. I hope this post will help you to avoid the same mistake I made.
Published onJuly 31, 2022Show a progress bar when downloading files in Node.jsaxiosnodejsprogressbarSometimes you want to show a progress bar while downloading a file in Node.js. This article will show you how to do that.