Does someone can explain how to download file from the server using Mbedtls library? They provide some example for using GET request from localhost. I have used it and modified to work with POST. This works just fine but it looks like when I send a GET request which supposes to bring back a file data as a stream I get back just a header without data.
I pretty much sure I am doing something wrong in my code. Do I need to set some specific configuration to download file ?
pretty stuck and need assist, any help will be more than appreciated.