in reply to Re: Taint CGI param on IIS
in thread Taint CGI param on IIS

oh scuse me
on IIS u cannot turn-on taint check and I ask them if my code could be a almost-valid solutions

lor*

Replies are listed 'Best First'.
Re(^3): Taint CGI param on IIS
by ajt (Prior) on Oct 16, 2003 at 11:58 UTC

    You can run Perl with taint checking switched on, with IIS, though I will admit it's not as easy as with a proper web server such as Apache - which runs very well on NT systems.

    A long time ago when forced to use NT/IIS I ran into the same problem, and it's normal work-around - Taint with Perl on NT/IIS.


    --
    ajt