Jump to content

Have you heard of / used moodle??


Round

Recommended Posts

Moodle is a self contained e-learning tool that is currently being used by many schools and teachers etc. It's all written in php, and is open source.
A user has to login in to moodle which validates using LDAP. I want to add another mini site to moodle that students can use to view their course deatails (Moodle allows you to do this to a certain degree). I want to carry across variables such as username and password which can then be used to query the db. This I can setup through the Moodle administration. However it passes these across via method="get" and as I want to use username and password it has security issues due to the variables being displayed within the url.
I have found within the Moodle code 59 instances of method="get" and 195 instances of $_GET. What would the consiquences be if I changed all of these to "post" and $_POST?
I've always assumed that they are both essentially the same, but post is more secure.
Am I wrong?
Link to comment
Share on other sites

  • 5 months later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.