したがって、明らかに最近の切り替えが原因で、すべてのSoundCloudAPIとウィジェットのリクエストはHTTPSを介してルーティングされます。このため、HTTPS以外のドメインからWidget API(http://developers.soundcloud.com/docs/api/html5-widget)を使用しようとすると、Chromeで次のエラーがスローされます。
Unsafe JavaScript attempt to access frame with URL http://foobar.com/ from
frame with URL https://w.soundcloud.com/player/?
url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F7659975. The frame requesting
access has a protocol of 'https', the frame being accessed has a protocol of
'http'. Protocols must match.
この問題に関して追跡されているChromiumの問題があるようです。だから、私の質問は:HTML5ウィジェットAPIを現在使用することは可能ですか、それともこれはブロッキングの問題ですか?