Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

プリフライトリクエスト #202

Open
hysryt opened this issue Jul 17, 2022 · 1 comment
Open

プリフライトリクエスト #202

hysryt opened this issue Jul 17, 2022 · 1 comment

Comments

@hysryt
Copy link
Owner

hysryt commented Jul 17, 2022

No description provided.

@hysryt
Copy link
Owner Author

hysryt commented Jul 17, 2022

プリフライトリクエストはブラウザのセキュリティ機構の一つで、実際のリクエストを飛ばす前に仮のリクエストを送ることで Access-Control-Allow-Origin を確認できる。
これによってブラウザは実際のリクエストを送らずに済む。

CORSの仕組み上、Access-Control-Allow-Origin の確認はあくまでブラウザ側の仕事なので、実際のリクエスト送るとサーバー側はオリジンに関わらず処理してしまう。
脆弱性によってはリクエストが完了するだけ(レスポンスが不要)で攻撃が成功するパターン(CSRFなど)もあり、プリフライトリクエストはそれを防ぐための仕組みである。

参考
https://note.crohaco.net/2019/http-cors-preflight/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant