Replaced \n with \r\n but with no luck: $user = request.getLine( "\r\n", $1); $pass = request.getLine( "\r\n", $2); But still not working, still breaking after fisrt line enter for $user. Not sure if arguments $1 and $2 are correct. After entering username script must wait for entering password and assign username to $user and password to $pass. Is it possible to use 2 operators request.getLine in one traffic script rule? Any suggestions?
... View more