我有一個Https服務器上的流星web服務器說https://popasdesasdasd.com
。 我將此URL添加到Javascript Origin uri中,並將https://popasdesasdasd.com/_oauth/google?close
加入到redirect uri中。谷歌Oauth在https服務器登錄
根據要求,它說uri不匹配,並要求把http://popasdesasdasd.com/_oauth/google?close
重定向uri。
添加,讓我如何解決它的
Uncaught SecurityError: Blocked a frame with origin "' http://popasdesasdasd.com '" from accessing a frame with origin "' https://popasdesasdasd.com '". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
錯誤?
重定向脲必須是文件的確切路徑。例如:https://popasdesasdasd.com/_oauth/google.php不只是一個目錄,它不能有任何?參數。 – DaImTo
我正在開發一個meteorjs應用程序,所以我不知道應該添加的任何文件。 –