Moodle web services and axios

Re: Moodle web services and axios

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
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.