I want to send http/https get/post for different websites on Gear to test the speed difference between http and https.
On https://developer.tizen.org/documentation/tutorials/web-application/w3chtml5supplementary-features/security/cross-origin-resource-sharing , it says CSOR is suported on tizen wearables. However, as I know, we need XML HTTP Request level 2 to do the CSOR, and tizen wearables only support XMLHttpRequest Level 1 (https://developer.tizen.org/web-application?redirect=https%3A//developer.tizen.org/dev-guide/2.3.0/org.tizen.web.apireference/html/web_api_reference.htm).
Is it possible to do CSOR http get/post without XML HTTP Request level 2?
Any tips will be appreciated.