Sources with the BigML Dashboard

8.2 HTTP(s) Stores

Regular HTTP and HTTPS links can be used as the URI of remote sources:

http://bigml.com/test/data.csv
https://bigml.com/test/data.csv
Figure 8.3 Example of HTTP and HTTPS remote sources

By default, BigML does not perform any certificate validation for HTTPS links, but you can ask for it using the query string parameter validate, as in this example:

https://bigml.com/test/data.csv?validate=true
Figure 8.4 Example of an HTTPS remote source requesting validation