IGNF / geoportal-access-lib

French Geoportal resources access library
https://ignf.github.io/geoportal-access-lib/
Other
25 stars 13 forks source link

Why https support only for Node.js ? #58

Closed cyrilchapon closed 6 years ago

cyrilchapon commented 6 years ago

Beyond encrypting communication security purpose, it had became a requirement for client-side libraries to expose httpS ajax calls, as browsers block non-ssl request from ssl contexts..

cyrilchapon commented 6 years ago

Found that ajax call follow "current context scheme" here

This behavior :

cyrilchapon commented 6 years ago

See https://github.com/IGNF/geoportal-access-lib/pull/59