dice-group / LIMES

Link Discovery Framework for Metric Spaces.
https://limes.demos.dice-research.org/
GNU Affero General Public License v3.0
129 stars 54 forks source link

HTTP call not allowed on HTTPS site #222

Closed kvndrsslr closed 4 years ago

kvndrsslr commented 4 years ago

Due to same-origin access policies established in browsers, HTTP calls must not be made from HTTPS sites. Since we are serving the LIMES demo over HTTPS, all calls should be to HTTPS too. Please change all requests to http://prefix.cc to https://prefix.cc, thanks!

pskLana commented 4 years ago

Fixed in commit 44b04b2 .