Title: Post Request - content-length = 0 with IE

Hello list,

I'm trying to override AuthenNTML (PerlAuthenHandler).
While doing this i'm having the Problem that all my Post-Variables somehow disappear in MS Internet Explorer (V 6.0). Posting the same page with Mozilla, everything works fine.

Looking further even with
handler {
        $r = shift;
        return OK;
}
no Post Variables can be found.
A
uthenNTML seems to handle this Problem, since using it, IE works fine.
What is IE doing different? How can I get my Post variables?

Thanks in Advance,
Greetings from Germany
Arne

Reply via email to