Axios vs Request
问题 I am doing a post request to an URL with some formdata.... I am interested in capturing the "command":"insert" part which is in the response.. when I make a post to an url using AXIOS. I dont get this "command":"insert" part axios.post('https://www.localgov.ie/en/views/ajax', { validation_date_from: "10/10/2017", view_name : "bcsm_search_results", view_display_id : "notice_search_pane", view_path : "bcms/search" }).then(function(response){ console.log( response.data) console.log("------------