[mod_python] POST Content-Length bug?

Graham Dumpleton graham.dumpleton at gmail.com
Wed Jun 25 08:40:43 EDT 2008


Which mod_python handler are you using?

Use live headers or something else to capture headers sent by browser,
reply to list (not me) and post them.

Graham

2008/6/24 Bart <scarfboy at gmail.com>:
> I'm getting a 411 Length Required ("A request of the requested method
> POST requires a valid Content-length.") in response to a
> XMLHttpRequest, but that error does not seem to report the real
> problem; Firebug and Tamper Data clearly show "Content-Length" with
> value "30".
>
> I can probably hack the JS to make it use GET instead (which seems to
> work), but I figured I'd check whether this is a known bug first.
> Could this be 3.1-specific?
>
> Regards,
> --Bart Alewijnse
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>


More information about the Mod_python mailing list