Does the http FOTA_download client support 301 responses, ie permanent redirects? I want to move the download file from a hired space to our server. Is using permanent redirects a viable solution?
Does the http FOTA_download client support 301 responses, ie permanent redirects? I want to move the download file from a hired space to our server. Is using permanent redirects a viable solution?
Hi.
Looking at the code, it does not look like it.
From the code, it looks like it only looks for the "content-range" field of the header, and would therefore not handle any other response than OK.
Best regards,
Didrik
Hi.
Looking at the code, it does not look like it.
From the code, it looks like it only looks for the "content-range" field of the header, and would therefore not handle any other response than OK.
Best regards,
Didrik