In the archives, this thread discuss why %fdat is empty when GET arguments are
passed to a page.

I've run up a situation where GET works fine until a POST is done. As soon as
one form is POSTed, then GET stops working. It appears that Apache
is somehow coming up with a CONTENT_LENGTH somewhere. I can duplicate it using
telnet and sending just this header:

GET http://localhost/gradeone/courses/edit.html?Id=14 HTTP/1.0

If I add a Content-Length header, then %fdat works again for GET:

Content-Length: 0

Is the only fix for this to upgrade? Right now I've changed my forms from POST
to GET, but that's not the preferred solution...

I'm using the Apache/mod_perl/Embperl binaries from
ftp://theoryx5.uwinnipeg.ca/pub/other/perl-win32-bin-0.7.exe on NT4.

That's using slightly older versions of Apache/mod_perl/Embperl. Anyone have
recommendations on newer binaries that work?

Wim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to