I have an extensive perl CGI application that runs on several platforms. One of my clients just upgraded to Microsoft IIS 6. I am using activestate Perl on the box, I can get to my registration page (a perl script), then when I enter the username and password and click submit (which posts to the same Perl script), I get a 403 error. In the windows server error log, it shows a 200 code for the original get, and a 403 for the subsequent post. I have checked the allowed verbs and they are set to get, head, post. If I change from using the Perl.exe to PerlIS.dll, I do not get a 403 error, I get a 200 message for a redirect to the member landing page (another perl script), but what shows in the browser (IE or Firefox) is the original login script page. So, Perl works if only doing a Get(which is not an option due to some extensive forms that have to be processed and I don't want usernames and passwords showing on the ends of URLS), I have problems with Posts, I have problems with Redirects (not going into detail on that yet as I hope whatever solves the post issue solves the redirect as well).

Any suggestions are appreciated, except those involving the client switch servers or OS as it is totally out of my hands.

g_White

In reply to IIS 6 - Get works, post does not by gwhite

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.