When an HTML form is submitted without specifying a method, what is the default HTTP method used? GET or POST?
Has this behaviour ever changed between HTML standard
According to The W3C standard you're asking for, the default should be GET.