Moodle web services and axios

Re: Moodle web services and axios

Howard Miller -
Atsakymų skaičius: 0
Core developers paveikslėlis Documentation writers paveikslėlis Particularly helpful Moodlers paveikslėlis Peer reviewers paveikslėlis Plugin developers paveikslėlis
Partly answering my own question if anybody's interested. Axios doesn't work with POST and PHP - it requires some trickery (it's sort of documented).

Anyway, the FormData method that I've always used before with Laravel projects breaks horribly with Moodle. However, the QueryParams method works fine.