Hi Dmitry,

Can you go into some detail how you are currently getting this to work? 
I would like to do something like this too.  I would even like it if you
could send the redirect back to the user.  I have not done an internal
redirect.  I was under the impression that a redirect back to the user
would work with a GET but not a POST.

Thanks,

Dmitry Beransky wrote:
> 
> hi,
> 
> I've been playing around with internal redirects of POST requests.  They
> seem to work fine as long as I don't call Apache::content() or any other
> function that reads a request's content.  However, as soon as I read it,
> internal_redirect ceases to work (it just freezes until the connection
> times out). I've looked around for any info explaining how mod_perl handles
> internal POST redirects, but couldn't find anything useful (should I be
> asking this on an Apache list?).  I'd appreciate any pointer on this matter.
> 
> Brief background of the problem:  I'm trying to see if I can detect which
> button was used to submit a form and redirect the request to a
> corresponding url.  My current restraints are: 1) the form must be POSTed;
> 2) this process must be transparent to the user, which means that I need to
> use internal redirects.
> 
> Thanks in advance
> 
> ---
> Dmitry Beransky
> Programmer/Analyst
> 
> University of California, San Diego
> Multimedia Interactive Learning Lab (http://mill.ucsd.edu)

-- 
Craig Shaver, Productivity Group
POB 60458 Sunnyvale, CA  94088 (650)390-0654
http://www.progroup.com/ mailto:[EMAIL PROTECTED]

Reply via email to