After sending a zip archive of a build to my roku device I get a "socket hang up" error. After some digging i discovered that it most likely has to do with CORS and strict-origin-when-cross-origin header.
I assume that the session drops after attempting to load a zip file from my local machine to the device because of security measures taken to prevent CSRF attacks.
Is there a workaround?