Closed cyrilchapon closed 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..
Found that ajax call follow "current context scheme" here
This behavior :
See https://github.com/IGNF/geoportal-access-lib/pull/59
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..