WebAPIサービス内に存在するシンプルなSignalRハブを構築しました.WebAPIとSignalRの両方に必要なすべてのCORS属性が含まれています。私のWebAPIエンドポイントはすべて期待どおりに機能していますが、SignalRはそうではありません。SignalRレスポンスの上書きヘッダ
私は考えることができ、私はオンラインで見つけることができますが、何も動作しませんでした、私はすでにthis answerとthis otherを解決しませんでした。
XMLHttpRequest cannot load https://MyApplicationServer/notifications/signalr/negotiate?clientProtocol=1.5&access_token= &connectionData=. A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'MyOriginService' is therefore not allowed access. The credentials mode of an XMLHttpRequest is controlled by the withCredentials attribute.
私は奇妙な何かが要求し、そのヘッダで起こって、結果なしに起源を指定するSignalRのCORSポリシーを変更してみました – evilpilaf