Hi On Wed 20-Nov-2002 at 08:25:57PM +0530, 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
This was discussed on the REST list a while ago: http://groups.yahoo.com/group/rest-discuss/message/2749 With Apache/Perl/CGI.pm the query string is ignored by default but it is possible to get it to work -- see the thread following the email at the URI above. Chris -- Chris Croome <[EMAIL PROTECTED]> web design http://www.webarchitects.co.uk/ web content management http://mkdoc.com/ everything else http://chris.croome.net/
