📌  相关文章
📜  419 未知状态 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:38.002000             🧑  作者: Mango

代码示例2
Use this in the head section:



and get the csrf token in ajax:
$.ajaxSetup({
  headers: {
    'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
  }
});