Problem using webservices

This forum post has been removed

Number of replies: 1
The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Problem using webservices

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

If you do this through a browser then it's a GET request. Surely with REST it should be a POST?? You might want to try this using curl from the command line (which issues a POST by default).