I have a web-app that currently allows users to view and upload media through the normal html/js input-file setup. Works great, mobile phones/tablets/pc all operate as expected (pc you choose files to upload, mobile/tablet you’re asked to get a file or take a picture…perfect).
All my backend is node js, with a reverse proxy serving a few different apps through the one secure (https) port on our domain.
I am having trouble understanding my path to add theta control in the web-app…
How would I make POSTs from my https site to the http running on the Theta V? If I actually connect the wifi to the Theta V, I will obviously not be connected to my server anymore (this is why I’m thinking I need a BLE solution, possibly).
I see lots of topics on here that get close to my situation, but not close enough. Is my best option to run another (non-secure) http server, and issue POST from there? I suppose if so, I’ll have to then communicate between those 2 servers to get the data into the main-https app.
Also, I am severely handicapped by my knowledge of web-dev, as I just got into it maybe 3 months ago.
Any ideas? Thanks!