Hello everyone!
I have written a Tizen Web Widget that performs XMLHttpsRequests to a remote server.
These requests work fine, as long as the watch is connected to the internet via WiFi (Thus, privileges etc. are configured correctly).
However, as soon as I switch off WiFi and use bluetooth tethering, the requests do not work within the widget anymore.
I have read a lot about web proxies but have found not actual implementation / documentation.
Can you tell me how to solve this problem?
Thanks!