Re: Query Parameters in POST method

Diwakar Shetty wrote:
> 
> In case the method in a URL is a POST method, then is that the query
> parameters are ignored.
> 
> e.g: POST /www.google.com/search?hl=en&ie=UTF
> 
> Will this result in the the query parameters "hl=en&ie=UTF" to be
> ignored as per HTTP standards ??

No.

/Jonas

Received on Wednesday, 20 November 2002 20:54:44 UTC