Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ヘッダーメソッドにハッシュを渡すと思いますが、
しかし、私は理由を知りません
headers {"Access-Control-Allow-Headers" => "x-requested-with"}
動作しません。
ブロックのあいまいさを避けるために、その形式は許可されていません。次のいずれかを行う必要があります。
headers({"Access-Control-Allow-Headers" => "x-requested-with"})
また
headers("Access-Control-Allow-Headers" => "x-requested-with")