We have a apache Authentication handler written in mod_perl,
In the authentication handler it can sometimes redirect to the CAS , at that time there may be POST data (before redirection to the CAS), but when the auth handler get the control back all the post data is lost,
Can some one let us know how to preserve the POST data in situation like this