Bruce Kessler wrote:
If I were trying to implement a page for an ErrorDocument directive for a
500 error, and I wanted to get the post data from the users request that
caused the error, how could I get this information back from Apache or
Embperl? I am under the impression that using $req_rec->con
If I were trying to implement a page for an ErrorDocument directive for a
500 error, and I wanted to get the post data from the users request that
caused the error, how could I get this information back from Apache or
Embperl? I am under the impression that using $req_rec->content() will not
work,