Is there any developer guidelines for using GET rather than POST in Moodle form submissions?
It appears the back end is agnostic as you can add the relevant terms to the end of a URL for a POST submission and the same results come back.
It appears at the moment POST may be slightly overused, which breaks browser navigation unnecessarily. Has this been done to avoid the internationalisation problems talked about at the end of this document?