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
When a script tries to access a non-SSL XHR from an https page it gets blocked by the browser:
[blocked] The page at 'https://xxxx.com/' was loaded over HTTPS, but ran insecure content from 'http://yyyy.com/': this content should also be loaded over HTTPS.
When this happens the end() callback is never invoked.
The text was updated successfully, but these errors were encountered:
When a script tries to access a non-SSL XHR from an https page it gets blocked by the browser:
When this happens the
end()
callback is never invoked.The text was updated successfully, but these errors were encountered: