エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Why does the preflight OPTIONS request of an authenticated CORS request work in Chrome but not Firefox?
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Why does the preflight OPTIONS request of an authenticated CORS request work in Chrome but not Firefox?
I am writing a JavaScript client to be included on 3rd party sites (think Facebook Like button). ... I am writing a JavaScript client to be included on 3rd party sites (think Facebook Like button). It needs to retrieve information from an API that requires basic HTTP authentication. The simplified setup looks like this: A 3rd party site includes this snippet on their page: <script async="true" id="web-dev-widget" data-public-key="pUbl1c_ap1k3y" src="http://web.dev/widget.js"> </script> widget.js
2016/10/21 リンク