Re: Viewing Previous Request's Post Data

2003-12-22 Thread Luiz Fernando B. Ribeiro
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

Viewing Previous Request's Post Data

2003-12-19 Thread Bruce Kessler
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,