skip to Main Content

How to solve problem with Axios post request – SEO

There is such a vue method: methods: { sendTrackerClientData () { return axios.post("https://seo-gmbh.eu/couriertracker/json/couriertracker_api.php?action=tracking.data_save&key_id=00227220201402050613" , { tracking_data: 'some data' }) .then(response => { console.log('post method is working!'); }) .catch(function (error) { console.log(error); }); }, } Which is hung on a button…

VIEW QUESTION

Jquery ajax – Response always whole ajax-packet

I get always the whole ajax-packet instead of simple response (true/false) as return of this function (responseJSON.success/responseText.success). Otherwise, the browser sends me an error or fault result with described content function isUnique(inputObject) { let type = $(inputObject).attr('id'); let res =…

VIEW QUESTION
Back To Top
Search