Perl Handler convert POST method to GET

Discussion in 'Apache' started by tola, Sep 18, 2008.

  1. #1
    I am migrating a lot of Perl Mods from 1.3 to 2.0

    I have a login perl mod that calls itself recursively but behaves differently if the Method is a Get or Post.

    The recursion is done from a Form within the same perl MOD with a Form Action of POST. I can see the Apache access.log seeing the POST action but within the Perl handler the Apache2::Request->method always returns a GET.

    Please help understand what i need to do to fix it.
    Thanks
     
    tola, Sep 18, 2008 IP
  2. drew_hiawatha

    drew_hiawatha Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Without seeing the scripts source it would be very difficult to make a diagnose on what the problem is or how to fix it.

    If you are interested, I'm up for it on a minimal cost. PM me with details and we can take it from there.
     
    drew_hiawatha, Nov 30, 2008 IP