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.