Hello, we are using the WASM network API to download a xml file from Simbrief. We are using fsNetworkHttpRequestGet() with a callback function named simbrief_read_fplan_cb() as you can see in the upper code fragment. The issue we are having is that the errorCode returns -1 which means an invalid request and the dataSize variable returns 0 so it receives no data. This issue only occurs for some people and seems to be related to HTTPS/TLS protocols from what we think.
Below I will also submit our code segment.
Many thanks,