Triply-Dev / YASGUI.YASQE-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
73 stars 36 forks source link

Load autocomplete LOV over appropriate protocol #123

Closed reinvantveer closed 7 years ago

reinvantveer commented 7 years ago

For https://data.pdok.nl:

jquery-3.1.1.min.js?version=:4 Mixed Content: The page at 'https://data.pdok.nl/sparql' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://lov.okfn.org/dataset/lov/api/v2/autocomplete/terms?q=brk&page=1&type=class'. This request has been blocked; the content must be served over HTTPS.
LaurensRietveld commented 7 years ago

I think this was an outdated YASGUI version (this was fixed recently already). Could you check again?

wouterbeek commented 7 years ago

@reinvantveer Can you check this? Would be nice to close this issue if it's already fixed.

LaurensRietveld commented 7 years ago

This was resolved over a year ago by https://github.com/OpenTriply/YASGUI.YASQE/blob/gh-pages/src/autocompleters/utils.js#L52 . It seems pdok indeed uses an outdated version at location /sparql. The /yasgui page seems to be up-to-date

reinvantveer commented 7 years ago

OK!