-1
私はWebViewの内部のiFrameのソースコードを取得したいが、私はエラーを取得しています: -iFrameのソースコードをWebviewの中に入れる方法は?
"Uncaught SecurityError: Blocked a frame with origin "http://........." from accessing a frame with origin "https://.........". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
エラーにいくつかの洞察を投げてください。
注意: - アドレスをhttpからhttpsに変更することはできません。
httpsでページをロードできません:// httpでのみ動作します。 –