0

AppRTC GAE アプリケーションのクローンをインストールしましたが、TURN サーバーからの応答に CORS の問題があります。

VPS に独自の TURN サーバーをインストールしましたが、CORS 要求の問題が引き続き発生し、修正方法がわかりません。

https://github.com/webrtc/apprtc

python リクエストを変更して必要なヘッダーを追加しようとしましたが、うまくいきませんでした。

また、CORS サポートに関するこのリソースを見つけました https://cloud.google.com/appengine/docs/go/config/appconfig

しかし、まだ運がありません。

私が得ているエラーは XMLHttpRequest cannot load https://computeengineondemand.appspot.com/turn?username=910605201&key=4080218913. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://hubert-rtc.appspot.com' is therefore not allowed access.

助言がありますか?

4

1 に答える 1