We are using this module to develop a driver for a BOSE soundbar.
We have successfully implemented the GET and POST methods.
Testing with postman the same parameters used in the POST, in the PUT it works correctly.
While with the PUT method on Crestron we get the error '411 - Length Required'.
We tried to manually insert the Content-Length in the header but without success.
Is the Content-Length in the PUT implemented and sent in the request?

We are using this module to develop a driver for a BOSE soundbar.
We have successfully implemented the GET and POST methods.
Testing with postman the same parameters used in the POST, in the PUT it works correctly.
While with the PUT method on Crestron we get the error '411 - Length Required'.
We tried to manually insert the Content-Length in the header but without success.
Is the Content-Length in the PUT implemented and sent in the request?