You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using modern browsers like Firefox 59 and Chrome 65 and trying to browse properties, etc (such as at https://www.rdaregistry.info/Elements/i/), the user experience is a "Loading..." status forever. This is because the page itself is served up under HTTPS, but the JSON file that is dynamically requested is served up under HTTP.
In Firefox the message is simply:
Blocked loading mixed active content “http://rdaregistry.info/Elements/i.jsonld”
In Chrome the message is:
jquery.js:8630 Mixed Content: The page at 'https://www.rdaregistry.info/Elements/i/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://rdaregistry.info/Elements/i.jsonld'. This request has been blocked; the content must be served over HTTPS.
The text was updated successfully, but these errors were encountered:
Using modern browsers like Firefox 59 and Chrome 65 and trying to browse properties, etc (such as at https://www.rdaregistry.info/Elements/i/), the user experience is a "Loading..." status forever. This is because the page itself is served up under HTTPS, but the JSON file that is dynamically requested is served up under HTTP.
In Firefox the message is simply:
In Chrome the message is:
The text was updated successfully, but these errors were encountered: