When I send a request with Axios or Vue-Resource, with the http server I end up getting an OPTIONS instead of DELETE, POST, or PUT.
Requests:
this.$axios.put('http://192.168.0.103:3389', {teste: 'teste'}).then(function (res) {
console.lo...
asked by
20.05.2018 / 17:49