sending post request with axios -
i have axois post
axios.post('/api/v1/times/', this.form, { headers: {'x-csrf-token': $('meta[name="csrf-token"]').attr('content')}, }).then(response =>{ }).catch(err=>{ })
whenever try send request browser shows me getting send get.
how debug issue?
Comments
Post a Comment