LoginSignup
1
0

More than 5 years have passed since last update.

Windows7でSEC7118が表示される。

Posted at

XMLHttpRequest には Cross Origin Resource Sharing (CORS) が必要です。
と表示される。

これはWindows7, Window8のIE11で表示されるエラーでWindows10ではエラーが削除されている事から表示されていても無視してOKの模様

image

F12 開発者ツールのコンソール エラー メッセージ (Windows)

image


Answers:
I encountered SEC7118 when CORS was set up correctly. I verified that the requests were completing with status 200 using the network debugger. So, you can disregard this message if your application is otherwise functioning properly.

CORSが正しく設定されたときにSEC7118が発生しました。 要求がネットワークデバッガを使用してステータス200で完了していることを確認しました。 したがって、アプリケーションが正常に機能している場合は、このメッセージを無視できます。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0