I asked a similar question eariler with no response.  So, I shall change
my aproach.

I have figured that I need to use PerlTransHandler for my module, but I
still do not know how to turn a GET request into a POST.

I can rewrite the filename to the correct file:

$r->filename($r->document_root . '/index.php3'); #from /auth?k=...

but, how do I make it a post?  Can I respecificy the $r->content?  It
would seem that I can't by the docs:

=== $r->content from perldoc Apache
*NOTE*: you can only ask for this once, as the entire body is read from
the client.
===

so, is it possible to take a GET request and rewrite the uri into a POST
request and if so how?



Reply via email to