moodle-webservice_restful
moodle-webservice_restful copied to clipboard
A REStful webservice plugin for Moodle LMS
This pull request adds the functionality of overriding token by a specified token in the settings of the plugin. The main use case for this feature is dealing with automated...
Can you please explain how we get the API key for this custom connector?
I am trying to work with restful behind haproxy version 2.4 but i am getting the error _{"exception":"moodle_exception","errorcode":"noauthheader","message":"No Authorization header found in request sent to Moodle"}_ This is probably because...
Hello, and first of all thank you for your plugin. Is it possible to modify the test checking the existence of the headers ('locallib.php' => 'get_apache_headers' function) expected in the...
When i use double reverse proxy, the authorization header param is removed, so i implemented the optional secondary authorization header param which can be set from UI. Another feature is,...
How can i use the service moodle_mobile_app ? if user is admin, it's work, if not, it doesn't work? . {'exception': 'webservice_access_exception', 'errorcode': 'accessexception', 'message': "Exception du contrôle d'accès"}
It would be useful if the token could be passed without using the "authorization" header. I've recently be testing the use of Zapier and trying to trigger Moodle webservices -...
## First, What is [OpenAPI](https://www.openapis.org/)? The OpenAPI Specifications provides a formal standard for describing HTTP APIs. ## Why could this be useful here ? OpenAPI spécification enable developer to generate...
a very rough implementation of an openapi renderer. This is my first contribution on a moodle plugin, I am open to all comments and improvements that could help this feature...
The current HTTP reference stats that the headers should be case insensitive https://www.rfc-editor.org/rfc/rfc9112#name-field-syntax “Each field line consists of a case-insensitive field name followed by a colon (“:”)” but the current...