Closed
Description
I think this is related to p5-serial/p5.serialserver#33.
I was helping a student with a homework using data from a "moon phase" API: http://api.usno.navy.mil/moon/phase?date=9/23/2016&nump=1
The following code:
var data;
function preload() {
data = loadJSON('http://api.usno.navy.mil/moon/phase?date=9/23/2016&nump=1');
}
function setup() {
}
results in this error:
Is there anything we can do about this or is this something we have to live with for non HTTPS APIs?
Metadata
Metadata
Assignees
Labels
No labels