I am trying to use the Datapoint weather XML information.
I have it working fine locally!
When
I upload my working web page to my website it fails to work; the root
cause is that the data feed is not supporting HTTPS (only HTTP);
The
problem with any client side application is that the client side web
page is HTTPS by default, and any modern browser does not allow an HTTP feed into
an HTTPS page. (for very good security reasons).
Clearly, as HTTPS is now the recommended default for any web site, the DataPoint data feed ** MUST ** also support HTTPS.
Is this a bug / oversight / or can anyone suggest a work around??
Thanks
Paul