Answer the question
In order to leave comments, you need to log in
Why does axios.post make a get request?
fetchProjects(page_url) {
page_url = page_url || `/json/projects/`;
axios.post(page_url,
{
type_id: this.type_id
// параметры в таком стиле
})
},
) Request URL: урл/json/projects
Request Method: GET
Status Code: 405 Method Not Allowed
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question