Errors when making request .bin with auth digest in Nodejs

Hi everyone, I need to update a firmware using digest authentication so I send a form-data with a .bin file but Iā€™m getting an error when using the Postman example, but the request in the Postman CLI works.

Attached is the code, the error received and the documents for the API I send the .bin to.
Note: As shown in the code, I used the @mhoc/axios-digest-auth library to make the request with auth digest.

Note 2: Other requests in this same application use authentication digest and work well with this library.

Thanks in advance.



This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.