Hi, >I cant take any GET parameters with %fdat >IE5.5 => Apache1.3.14 => EmbPerl1.3.0 This work here without problems > 26 CONTENT_LENGTH 10 > 27 REQUEST_METHOD GET You shouldn't have a content_length > 0 and a request method GET > This means that form data is taken either from the environment variable QUERY_STRING or from stdin, depending on whether or not >CONTENT_LENGTH is set. (This will be set by the web server depending on whether the request method is GET or POST). > >think twice. :} >whatabout REQUEST_METHOD instead :) think double twice :} what is if anybody uses a non standard request method, like DELETE, MOVE or even FOO. What should Embperl do then? Using the content_length header for this decision has proven very well during the last 4 years. Unless you show more detailed (example code) that it really not works, I will not change this. Gerald P.S. Please send any future mails to the embperl mailling list. This is the right place for such a discussion. ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
