I suppose it seems that since the url parameter is not part of the form itself, isn't it a GET, even when you've specified a POST as the method in the form?

And incidentally, I wonder how it is handled if you send the same named variable in the query string and a form field with method POST... If it were 2 form fields with the same name, you would typically get a comma delimited list, but I suspect that it might not work that way with the query string and form field technique.

- Calvin
  ----- Original Message -----
  From: Jochem van Dieten
  To: CF-Talk
  Sent: Thursday, November 13, 2003 6:19 AM
  Subject: Re: Re[2]: Best Practices

  Calvin Ward said:
  > However, it doesn't feel like it is a good solution.
  >
  > What does the HTTP specification say about performing GET and POST
  > operations on the same request?

  That it is not possible. HTTP requests can only have one verb.

  Jochem


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to