Send request with data from external server to Moodle

Re: Send request with data from external server to Moodle

by James McLean -
Number of replies: 0

Well, that would constitute a Cross Site Request Forgery (CSRF) attack, and Moodle has protections in place to prevent that kind of thing from being successful.

A better approach would be to look for an existing web service in Moodle to achieve what you want, or develop your own custom web service.