POST versus GET.

POST won't pass the value in the url.

This doesn't prevent someone from doing a view source and reading the <input
type="hidden"> text, but....

A crypt() on the parameters would be a good idea, then pass the encrypted
string around.

S.T.O.U.T. = Synthetic Technician Optimized for Ultimate Troublshooting
----- Original Message ----- 
From: "ryan whippo" <[EMAIL PROTECTED]>
To: "'Perl Beginners '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, July 10, 2003 10 29
Subject: Hiding Params in url


> I have an application that passes params around in the url.  We need to
> hide these for security reasons.  We also don't want to have to change a
> lot of code.  Any ideas?
> Thanks,
>  Ryan
>
>
>
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to