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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -