in reply to Re: making a difference between POST parameters and URL parameters
in thread making a difference between POST parameters and URL parameters

Well formed HTML forms either specify a method of POST _or_ GET, not both.

That's right, but you can use an html that has "post" as the request method to an URL that contains URL params, and the w3c spec doesn't recommend against it.

(Or is that anywhere else, and I just haven't found it?)

  • Comment on Re^2: making a difference between POST parameters and URL parameters