Program Resources
A Program resource is an external resource that is able to accept data passed to it from Moodle.
The data is passed via HTTP GET (as part of the URL) and includes:
- extern_nav: the URL from which the resource is being called
- extern_usr: the username of the current user
- extern_nam: the full name of the current user
- extern_tim: the current time
- extern_pwd: a unique password
All this is due to be revised sometime in the near future.