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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -