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.
Django ではの@ajax_required前に置く@csrf_exemptと、Chrome では 403 エラーで失敗します。Firefox では、どちらも正常に動作します。それらを交換すると、Chrome で問題なく動作します。それは正常ですか?
@ajax_required
@csrf_exempt